Quote:
Originally Posted by newfedorahat
Another day, another question.
NFAs: The time at the bottom-right hand corner is in military time/army time (24-hour clock). We wished to change it to the 12-hour clock, but are unable to locate an option to do so. Is it possible?
Answer at post #7
pH MM:SS:AMPM is a strange way of labeling it..
|
/exer cat ~/Documents/txt/clockoptions
Ah, that doesn't function. Here you go.
%a %b %e, %I:%M:%S %p
%a = Three letter day name. Mon,Tue,Wed,Thu,Fri,Sat,Sun
%b = Three letter month name Jan,Feb,Mar, ...
%e = Day number 01,02,03, ...
%I = Hour in twelve hour format which is average human readable, not twenty-four hour which is International/Zulu/Europeon
: = a colon, standard seperator
%M = Minute
:
%S = Second
%p = Am/Pm accordingly