Equinox Online Help - Language Reference - A to Z
Today |
|
|---|---|
| Applies to | ![]() |
| Syntax | Today |
| Action | [Function] Returns the current date. |
| Scope | Usable anywhere. |
| Notes | This function returns a date constant containing the current date. |
| Category | Date handling |
| See Also | Years, Year, Day, Dayname, Dayofweek, Dayofyear, Dmy, Dmyadd, Leapyear, Month, MonthName, Months, ServerDateTime, Week, WeekOfYear, WeekStart |
| Example | This method sets the date of an order to the current date, if it is not supplied by the user. If OrderDate = "" Then OrderDate = Today |
