For the complete documentation index, see llms.txt. This page is also available as Markdown.

DATE.NOW

The DATE.NOW function returns the current date and time based on the system settings. This function is commonly used to capture timestamps, calculate durations, and display the current date and time in reports.

Syntax

DATE.NOW

Return value

Returns the current date and time as a datetime value.

Example

DATE.NOW

Returns the current date and timestamp, such as 18/08/2023, 4:02:19 PM.

Excel equivalent

NOW

Last updated

Was this helpful?