date function: __2nd__ day of November, 2009

  • Thread starter Thread starter jerminski73
  • Start date Start date
J

jerminski73

I want to be able to input a date function that prints this way:
__2nd__ DAY OF November, 2009.
There is a function that does it almost that but as a Notary I need it to
put in "day of" when it prints the Notorial Oath. I currently have 3
seperate date functions filling in the proper info but want to get it into
one single format. Any suggestion greatly appreciated.
 
What you're doing is about the best you can do; there is no way to do this
as a single field. You shouldn't need three fields, though; two should
suffice: { DATE \@ "d" \* Ordinal } DAY OF { DATE \@ "MMMM, yyyy" }

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
 

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