Date format.

  • Thread starter Twanny Azzopardi
  • Start date
T

Twanny Azzopardi

Hi All,

I'm doing a mail merge in which one of the fields I want to insert is a date
field, and I want to change the date to the '6 January 2004' format, how do
I go about it.

Regards,
Twanny.
 
G

Graham Mayor

Use a switch on the field

ALT+F9 will display the content - something like
{Mergefield Date}
change that to
{Mergefield Date \@ "d MMMM yyyy"}

--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail [email protected]
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
 
Top