DATE

The DATE operator returns a character representation of the current date.

4GLREF00000076.gif

The DATE operator reads the system clock, and displays the current date as a character string, in this format:

weekday month day year

weekday is a 3-character abbreviation of the name of the day of the week.

month is a 3-character abbreviation of the name of the month.

day is a 2-digit representation of the day of the month.

year is a 4-digit representation of the year.

References

CURRENT

DATE( )

TIME

TODAY

USING