TODAY

Description

TODAY returns the current date in ISO8601 format. If you also need the current time, use NOW.

Example

TODAY()

This would return a text representing the current date and time in ISO8601 format, which means YYYY-MM-DD.

Last updated