NOW ER function

The NOW function returns a DateTime value that represents the current application server date and time.

Syntax

NOW ()

Return values

DateTime

The resulting date/time value.

Example

DATETIMEFORMAT (NOW(), "dd-MM-yyyy") returns the current application server date/time value, December 24, 2015, as "24-12-2015", based on the specified custom format.

Additional resources

Date and time functions