Supressing Leading zeros in dates

  • Thread starter Thread starter freddie
  • Start date Start date
freddie,

Select the date and right click. Select toggle field code. Change the
field code to
{ DATE \@ "d MMMM yyyy" }. Note this will result in the current date when
ever the document fields are updated. If you want the current date when the
document is created and that date to remain fixed, use { CREATEDATE \@ "d
MMMM yyyy" } in the document templated. The curly brackets are inserted
using CTRL+F.



--
\\\\///////////
( @ @ )
----oo00---(_)---00oo----
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
 
Mark,

No I am not that bright. Thanks for the backup.

--
\\\\///////////
( @ @ )
----oo00---(_)---00oo----
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
 
Back
Top