Visually changing sidebar from military to standard time

I am displaying all the events on my calendar, no issues. However, I want to change just the sidebar times from military to standard time. I don’t want to change any other formatting as my backend code processes everything in military time. Is it possible to just change the formatting on the front-end sidebar from military to standard?

Even if I have to hardcode it.

Thanks!


In this case you could use hour_date config to set needed time format.
See articles:
docs.dhtmlx.com/scheduler/api__s … onfig.html
docs.dhtmlx.com/scheduler/settings_format.html

For example:
scheduler.config.hour_date = “%h:%i %A”;