thanks
I have put this in place for the date and it works well. However, I have a
time field which is separate and although I have put the switch \@hh:mm in
place, it is showing the time 15:00 in the database as 03:00 in the merged
document. How do I get it to translate the 24hr clock times?
> Try this switch in your mergefie
>
> { Mergefield YourField \@ "dddd, dd MMMM yyyy hh:mm"}
Graham Mayor - 23 Mar 2005 17:59 GMT
Use upper case Hs for the 24 hour clock.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> thanks
> I have put this in place for the date and it works well. However, I
[quoted text clipped - 6 lines]
>>
>> { Mergefield YourField \@ "dddd, dd MMMM yyyy hh:mm"}
macropod - 05 Apr 2005 08:34 GMT
hi Lynn,
It's as simple as changing 'hh' to 'HH':
{ Mergefield YourField \@ "dddd, dd MMMM yyyy HH:mm"}
Cheers
> thanks
> I have put this in place for the date and it works well. However, I have a
[quoted text clipped - 5 lines]
> >
> > { Mergefield YourField \@ "dddd, dd MMMM yyyy hh:mm"}