Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
Today
Now and Today Functions - XpressDox
Now The Now function inserts the current date and/or time into the document. It can be formatted in the same way as for FormatDate. «Now("d MMMM, yyyy")» yields ‘4 November, 2010’ «Now("MMMM o yyyy")» yields ‘November 4th 2010’ «Now("yyyy/MM/dd HH:mm:ss.fff")» yields ‘2011/04/14 17:05:23.010’ which is exactly the same as «Now()»...
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...
Loading...