/
TODAY()
TODAY()
TODAY() |
Returns the current date and time
The date is expressed in the timezone of the active session, and it’s returned with format “AAAA-MM-DD h:mm:ss”
Input Parameters
Parameter | Type | Default | Required | Description |
---|---|---|---|---|
|
|
|
| No parameters required |
Execution
Always. Calculated on-the-fly whenever an ITEM of a FORM is changed (by means of form_set_answer(), or when the FORM is opened
Examples
Formula | Description |
---|---|
| Returns the date in the current timezone (e.g. “2016-02-12 11:23:42”) |
, multiple selections available,
Related content
DATE ()
DATE ()
More like this
TIME ()
TIME ()
More like this
WEEK_DAY()
WEEK_DAY()
More like this
IS_DATE()
IS_DATE()
More like this
DATE_ADD()
DATE_ADD()
More like this
DATE_DIFF()
DATE_DIFF()
More like this