/
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

Parameter

Type

Default

Required

Description

date

Date

 

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

Formula

Description

TIME(“2021-09-21 12:34:21“)

Returns “12:34:21“

TIME()

Returns the time in the current timezone



Related content