TIME |
Scroll |
The TIME function returns the current time in HH.MM.SS format.
Category
Date / Time
Syntax
TIME()
Parameter Descriptions
This function has no parameters.
Example
Map the current time into target field CURRENT_TIME. Assume that the current time is 10:15am.
CURRENT_TIME = TIME ()
Returns the value of 10:15:00 and maps the result to the target field.