This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
TODAY
Daniel Gorman edited this page May 22, 2019
·
3 revisions
TODAY
returns the current date, as a date value.
TODAY()
-
TODAY
takes no arguments, and always returns the current date.
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.
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.