I am using openemr 7.0.0. I see only 24 hours time format in the calendar. Is there a way to change it into 12 hours format?. Setting admin ->global → Calendar, does not show that options.
epsdky
March 19, 2023, 6:36am
2
Hello Hari ( @Hari_Khanal ),
Have you tried…
Admin > Globals > Locale > Time Display Format
P.S. Just noticed a recent thread…
After re-basing using the newest version of rel-700, I found issues when creating encounters if I am using 12 hour format. Surprisingly I haven’t seen any mention in the forums about this . When I look at the code I see the following:
[image]
So when we pick a date we get either ‘am’ or ‘pm’ in the time slot…
Then when the encounter is saved we get a garbled date:
[image]
Even when I look at Master I see the same value of ‘true’ for the datepicker_timepicker.
[image]
Also, looking at …