DATE

The DATE function returns the current date as a character string.

DATE() => string

Example

A = DATE()
PRINT "CURRENT DATE:", A