Index
Main Menu
Related topics:
Today
Today
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
October 1, 2009
Today - XpressDox
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.