change field code capitalization?

  • Thread starter Thread starter dajjws
  • Start date Start date
D

dajjws

How can I change the field code for time from "PM" to "p.m." and make it stay
that way when the time is updated?
 
Ah, a better solution. Knew there had to be one! But will it add the
periods?
 
Something like

{ TIME \@ "hh:mm '{ IF { TIME \@HH } < 12 "a.m." "p.m." }'" }

ought to do it but I wouldn't like to get caught up in the argument about
what you should do for noon and midnight :-)

(all the {} need to be the special field code braces you can enter using
ctrl-F9)
 

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

Back
Top