TODAY

The TODAY operator returns the current calendar date.

Syntax

TODAY

Usage

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.

Example

MAIN
  DISPLAY TODAY
END MAIN