3.32
#Today
Use #Today when you want to place the current date in your document. Default date format is mm/dd/yy. You can use @@Format with #Today to specify other date formats.
Syntax:
#Today
Parameters: None
Example:
#Today places the current date in the document in mm/dd/yy format. For example, 05/12/24
@@Format(#Today, 'mmmm d, yyyy') places the current date in the document in long format. For example, May 5, 2024.