mobile scheduler time selector

Hi - I’m trying to find the way to format the time “3:45 pm” instead of “15:45” when using “timepicker:true” in the following line:
{view:“datetext”, id:‘end_date’, name:‘end_date’, label:scheduler.locale.labels.label_end, dateFormat:scheduler.config.form_date},

scheduler.config.form_date =
“%D, %M %j %g:%i %A”

It shows up as 15:45 in both the date picker window and the time picker window (when you click on the time).

Hi,

please add the following configuration:

scheduler.config.hour_date = scheduler.config.calendar_hour = “%g:%i %A”;

thank you