Can I change the time from a 24 hour clock (military time) to a 12 hour clock (US time) with an AM and PM option?
The possibility to use time in am/pm format is possible in booking form only for the shortcodes, like these:
[select rangetime "10:00 - 12:00" "12:00 - 14:00" "14:00 - 16:00" "16:00 - 18:00" "18:00 - 20:00" ]
or
[select starttime "12:00" "14:00"]or
[select endtime "16:00" "20:00"]. Please note, these shortcodes values are still have to be configured in 24 time format.
But not for these shortcodes:
[starttime]and
[endtime]. These shortcodes are support only entering in text field time in 24 time format.
Then at the general booking settings page you are need to set time format as “g:i A” or just selecting radio button with AM/PM time format and update the settings.
You will get the time in AM/PM format also at the admin “Bookings” page.