Change time from 24 hour clock to 12 hour clock

This may be simple but I can’t find it laid out in the docs. I have an asp.net web application using the scheduler control , works great. Trouble is the times are all in the 24 hour clock mode and my users are confused by that for some reason. I need to have it in 12 hour time (am and pm)

What config changes do I need to do?

Cheers and thanks

Rob

You need to adjust the related configuration settings
Something like

scheduler.config.hour_date="%h:%i %A";

docs.dhtmlx.com/scheduler/sample … ormat.html