TODAY
Retrieves the current date
Description
The TODAY()
function provides the current date without the time component. This is useful for date-based operations or record timestamping.
Syntax
TODAY()
Example
Table
Event
Event Date
Event A
2023-09-10
Event B
2023-08-25
Event C
2023-09-01
Event D
-
Function
TODAY()
Results
TODAY (date)
2023-09-05
2023-09-05
2023-09-05
2023-09-05
Last updated