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.
 

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