Add Date and Time - Print Templates
A Point/Box/Box Label Text item can be added to a Print Template to automatically show date and time details.
The following line of code entered in a Point Text/Box Text/Box Label text box:
Date Produced - ^(FormatDate(date(),"%x %X"))
would produce an automatic date and time for the current locale in the following format as shown above.
Date Produced - 20/02/2014 09:39:54
TIP: See Property Expression Syntax for a full list of codes that may be used with the FormatDate routine.