Choose where you’d like to start

now

Overview

The now function returns the current date-time value, in the format selected in Application settings.

Note: The returned date-time format can be converted into a specified date-time format and time zone using the toString() function.

Return Type

  • Date-Time

Syntax

<variable> = now;

Examples

currentDateTime = now;          // returns the current date-time value

Get Started Now

Execute