Need Help With Date Fields

D

Drewmyster

Hi,

I'm a MS Word 2007 user, and I'm simply trying to display the current
date in the following format;

Thursday 14th February 2008

The problem is with the ordinal charector "14th" as it fails to work
each time.

The formula I've been using for the remainder of the date is as
follows;

DATE \@ "dddd dd MMMM yyyy"

but I want it to include DATE \@ "d" \*ordinal.

I've tried DATE \@ "dddd d \*ordinal MMMM yyyy" but this does not
work.

Any help is appreciated.
 
S

Suzanne S. Barnhill

You'll have to combine several DATE fields, one for the day, one for the
ordinal date, and one for the month and year.
 
M

macropod

Hi Drewmyster,

To see how to do this and just about everything else you might want to do with dates in Word, check out my Date Calc 'tutorial', at:
http://www.wopr.com/cgi-bin/w3t/showthreaded.pl?Number=249902
or
http://www.gmayor.com/downloads.htm#Third_party
In particular, look at the item titled 'Insert A Date With Text Using A Formula Field'. You can probably get away with simply
copying & pasting either of the fields there - at most you might need to edit the field coding to use the document's CREATEDATE,
PRINTDATE or SAVEDATE values instead of the (current) DATE.

Cheers
 

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