Re: Specific formatting of the date



Thanks to both... I had the MMMM, YYYY figured out but couldn't find the
right combination of date rd th nd to extract a meaningful hit on Google.

"Suzanne S. Barnhill" <sbarnhill@xxxxxxxx> wrote in message
news:OuGtBl3lFHA.3300@xxxxxxxxxxxxxxxxxxxxxxx
> You'll have to do this in pieces. "2nd" and "August, 2005" will have to be
> separate fields.
>
> For "2nd" use { DATE \@ "d" \* Ordinal }
>
> "August, 2005" use { DATE \@ "MMMM, YYYY" }
>
> So the whole phrase would be:
>
> { DATE \@ "d" \* Ordinal } day of { DATE \@ "MMMM, YYYY" }
>
> For more, see http://word.mvps.org/FAQs/TblsFldsFms/DateFields.htm
>
> --
> Suzanne S. Barnhill
> Microsoft MVP (Word)
> Words into Type
> Fairhope, Alabama USA
> Word MVP FAQ site: http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup
> so
> all may benefit.
>
> "Wowbagger" <none> wrote in message
> news:u0zllW3lFHA.3936@xxxxxxxxxxxxxxxxxxxxxxx
>> In Word 2003 how do I format an automatic date code so the text appears
>> in
>> the form of:
>>
>> 2nd day of August, 2005 ?
>>
>> I have the date part, but how do I get it to display the st, nd, rd and
>> th
>> suffix to the numerical day part?
>>
>> Thanks
>>
>>
>


.



Relevant Pages