List of expression elements / Date and time operators |
The TODAY operator returns the current calendar date.
TODAY
TODAY returns the current system date as a DATE value, in the current local timezone.
This operator can be used to assign the current system date to a DATE variable.
The TODAY operator is the DATE equivalent for the CURRENT operator used for DATETIME.
MAIN DISPLAY TODAY END MAIN