Today
Returns the current date.
Function
Sample Expression
Example Result
Comments
Last updated
Returns the current date.
The Today expression operates independently of the Databox value (also, see the expression Now). It can only be used as a parameter to another function or after an operator.
Today
&Format(Today, “MMM yyyy”)
Jun 2023
Returns the present date
Last updated