Navigation:  Language Reference > 13 - Built-in Functions >====== SETTODAY (set system date) ====== Previous pageReturn to chapter overviewNext page

SETTODAY(date)

blk2blue.jpg

SETTODAY Sets the DOS system date.
date A numeric constant, variable, or expression for a standard date.

The SETTODAY statement sets the operating system date.

Example:

SETTODAY(TODAY() + 1)   !Set the date ahead one day

See Also:

Standard Date

DAY

MONTH

YEAR

TODAY

DATE