NOW Function

Description

Return the current time.

The returned value can be directly set in the Datetime field. If left in its original form, the format will appear as “2020-05-21T04:00:00Z”. Use the format function to change this format.

Usage Examples

= "The current time is " & now() & ".

関連記事