When it uses the 12-hour clock, datetime prints "noon" instead of "pm" when the time is between 12 noon and 1pm. Probably a bug rather than by design?
How can it be made to print "12.34pm" rather than "12.34 noon"?
|
When it uses the 12-hour clock, How can it be made to print "12.34pm" rather than "12.34 noon"? |
||||
|
|
|
I'm answering my own question here, in the hope that others might find this useful. The answer is simple. Just put:
|
|||||||||||||||
|
|
The way to circumvent this feature while leaving
If one doesn't want "Noon" and prefers that noon is displayed as "12:00pm", then
is the way to go, as the macros add a space between the hour and "Noon". |
|||
|