Date Field Code - Capital Letters

L

LittleAnn

I have a simple question, but for some reason it just not working for me.

For the Date Field code, is it possible to have the month all in Capital
letters???

I have the field code {DATE \@ "MMMM yyyy" \* Mergeformat}, which is fine
and gives me August 2009, but I need to add a switch that will make August
through out the fields all in CAPITAL letters, I have tried adding \* Caps
and \* Uppercase at the end of the code but it just not working?? Any
ideas???
 
J

Jay Freedman

I have a simple question, but for some reason it just not working for me.

For the Date Field code, is it possible to have the month all in Capital
letters???

I have the field code {DATE \@ "MMMM yyyy" \* Mergeformat}, which is fine
and gives me August 2009, but I need to add a switch that will make August
through out the fields all in CAPITAL letters, I have tried adding \* Caps
and \* Uppercase at the end of the code but it just not working?? Any
ideas???

You're so close! Use the switch \* Upper instead.

The \* Caps switch affects only the first letter of each word, but the
month name is already in that format. The \* Uppercase switch isn't
recognized as valid.
 
L

LittleAnn

Yes thanks Jay, I think I was in UPPERCASE mode thats why I mistakenly put in
CASE at the end, I was going mad wondering why something so simple would not
work as I had used the switch before in other documents it was only when
Graham pointed out to me I relised I had typed it up wrong.

Thanks a million for the help!!
 

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