Are to trying to 'fix' the date to the date the document was created or
saved? If so, use a 'CREATEDATE' or 'SAVEDATE' field. If you want the date
to automatically update to the date the document is printed, use a
'PRINTDATE' field. Or, if you just want the document to show today's date.
use a plain 'DATE' field. So many possibilities.
To create one of these fields, type the name as indicated above, select it,
press Ctrl-F9, then press F9. Using the 'DATE' field as an example This will
give you:
DATE
{ DATE }
28/10/2005 or 10/28/2005, depending on your regional settings.
If you want to change the date format, add a date picture switch after
'DATE' (you can toggle the field code via Shift-F9). For example:
{ DATE \@ "dddd, d MMMM yyyy"}, or
{ DATE \@ ", d MMMM yyyy"}, or
{ DATE \@ "d MMM yyyy"}, or
{ DATE \@ "dd/MMM/yyyy"}, or
{ DATE \@ "d-MM-yy"}
If you want a calculated date (ie a future or past date), see my 'tutorial
at:
http://www.wopr.com/cgi-bin/w3t/showthreaded.pl?Number=249902
Cheers