April 14, 2011
User Reference
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 [...]
Tagged as:
Now,
Today
Read the full article →
October 1, 2009
Help
Today The Today function inserts the current date into the document. It is the same as the Now function, except that Today does not include the time of day. It can be formatted in the same way as for FormatDate. <<Today(“d MMMM, yyyy”)>> yields ’4 November, 2010′ <<Today(“MMMM o yyyy”)>> yields ‘November 4th 2010′ <<Now(“d [...]
Tagged as:
Now,
Today
Read the full article →