Today
Syntax
Today()
π
Examples
Today()DateDiff(βdayβ, [Invoice Date], Today())DateAdd(βdayβ, -1, Today())Last updated
Was this helpful?
The Today function returns the current date in ISO format.
Today()
πThe Today function doesn't reference arguments. Use it independently to generate the current date, or in another function to reference the current date.
Today()Returns the date of the moment the function was submitted or the last time the data was refreshed.
DateDiff(βdayβ, [Invoice Date], Today())Returns the number of days between the date in the Invoice Date column and the current date based on the moment the function was submitted or the last time the data was refreshed.
DateAdd(βdayβ, -1, Today())Returns the previous day's date relative to the date of the moment the function was submitted or the last time the data was refreshed.
Last updated
Was this helpful?
Was this helpful?