TODAY

The TODAY operator returns the current calendar date.

Syntax

TODAY

Usage

TODAY returns the current system date as a DATE value that represents the current calendar date.

The TODAY operator is the DATE equivalent for the CURRENT operator used for DATETIME.

MAIN
  DISPLAY TODAY
END MAIN