List of expression elements / Date and time operators |
The YEAR() operator extracts the year of a date time expression.
YEAR ( expr )
Returns an integer corresponding to the year portion of its operand.
MAIN DISPLAY YEAR ( TODAY ) DISPLAY YEAR ( CURRENT ) END MAIN