Mailmerging dates from numeric to alpha

M

Matt

Is there a way to mailmerge a numeric date and convert it
to an alpha date for the month only. Ex: 7/16/04 I would
like to be displayed as just July. I tried Insert > Field
and then chose date but don't know if I was on the right
track.
 
P

Peter Jamieson

If the date is in a format Word recognises as a date, then use a "switch" in
the field. e.g. use Alt-F9 to display the field codes and you may see
something like

{ MERGEFIELD mydate }

Type a space followed by \@"MMMM" after mydate so you have

{ MERGEFIELD mydate \@"MMMM" }

and try again.
 
Top