List of expression elements / Date and time operators |
The DAY() operator extracts the day of the month of a date time expression.
DAY ( expr )
Returns a positive whole number between 1 and 31 corresponding to the day of the month of its operand.
MAIN DISPLAY DAY ( TODAY ) DISPLAY DAY ( CURRENT ) END MAIN