NOW

Syntax

Examples

Description/Remarks

NOW

NOW

FORMAT NOW, "Short Date"

The following formula sets SVAR 1 to yesterday's date:

SVAR 1 = FORMAT (DATE_INCR NOW, -86400), "Short Date"

Returns current date and time. Default format is international.

Use this in conjunction with the FORMAT command to format the date/time in the desired format.