Edit Content
Click on the Edit Content button to edit/add the content.

The Today Function

Today inserts the current date into the document. It can be formatted in the same way as for FormatDate.

 

Command structure:

«Today('MMMM d yyyy')»

 

 

Examples of usage:

A template run on the September 1st 2021:

«Today('MMM d, yyyy')» would yields ‘Sep 1, 2021’

«Today('MMMM o yyyy')» would yield ‘September 1st 2021’

And «Today(‘d MMMM, yyyy’,’fr’)» would yield ‘1 septembre, 2021’.

 



Note:

The value inserted into the assembled document is the date on which the template was run. This date will not be updated if that assembled document is re-opened on a subsequent date.

 

 

Related articles:

Insert the date and time

FormatDate

Table of Contents