Changing "Createdate" format in Wrod 2003

  • Thread starter Thread starter Mike1041
  • Start date Start date
M

Mike1041

One standard formatting of CreateDate is in the form of "26 September 2008"
I want to change the format to automatically enter the date in the form of
"26th day of September, 2008".
 
One standard formatting of CreateDate is in the form of "26 September 2008"
I want to change the format to automatically enter the date in the form of
"26th day of September, 2008".

You'll have to do it with two copies of the CreateDate field plus some plain
text. With field codes displayed, it should look like this:

{CREATEDATE \@ "d" \*ordinal} day of {CREATEDATE \@ "MMMM, yyyy"}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top