How to print current date in "1st June 2004" format?

E

Eric

Hi
How to print current date in "1st June 2004" format? And "st, nd, rd, and th" with smaller font size and in upper position
Thank you.
 
J

Jonathan West

Eric said:
Hi,
How to print current date in "1st June 2004" format? And "st, nd, rd, and
th" with smaller font size and in upper position.
Thank you.

I think you need two fields for this, as follows

{ DATE \@ "d" \* Ordinal } { DATE \@ "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

Top