/
TIME ()
TIME ()
TIME([date]) |
Extracts the time part of a date
Parses a date expression and extracts the time part. If no date is provided, then the current date in the timezone of the user session will be used.
Input Parameters
Parameter | Type | Default | Required | Description |
---|---|---|---|---|
|
| No |
|
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 “12:34:21“ |
| Returns the time in the current timezone |
, multiple selections available,
Related content
IS_TIME()
IS_TIME()
More like this
DATE ()
DATE ()
More like this
TODAY()
TODAY()
More like this
IS_DATE()
IS_DATE()
More like this
WEEK_DAY()
WEEK_DAY()
More like this
DATE_ADD()
DATE_ADD()
More like this