Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Daniel Gorman edited this page May 22, 2019 · 3 revisions

The TODAY Function

Function Group: Date

TODAY returns the current date, as a date value.

Syntax

TODAY()

  • TODAY takes no arguments, and always returns the current date.

Uses

Calling TODAY will return a date object that looks something like this:

2019-05-22T00:00:00.000Z

The structure of the date response returned follows the ISO 8601 standard.

Notes

The TODAY function is similar to the NOW function, with the primary difference being that TODAY returns a date object without times, and NOW returns a datetime object.

Clone this wiki locally