Today

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.

Function
Sample Expression
Example Result
Comments

Today

&Format(Today, “MMM yyyy”)

Jun 2023

Returns the present date

Last updated