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()>> A twelve-hour time with AM [...]