Equinox Online Help - Language Reference - A to Z

Home

Today

Applies to
SyntaxToday
Action[Function] Returns the current date.
ScopeUsable anywhere.
Notes

This function returns a date constant containing the current date.

CategoryDate 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