Today

The Today() function returns the current date.

This function is SQL compatible. For more information about SQL compatibility, see our documentation.

Returns the current date without the time.

The Now() function includes the current time.

Syntax

Today()

Today() =>Result: 4/12/2022

Last updated