Now Function
The Now function returns the current date and time in the local time zone, as of the start of rule processing.
Syntax
Now()
The Now function returns the current date and time in the local time zone, as of the start of rule processing.
Remarks
- All calls to Now() within a given submit will return the same value.
Example:
Now(); // returns "2014-1-28T9:43:59"