12 hour time in scheduler

I want 12hours-(with AM and PM) to display in scheduler.How does it work?

Format of dates in scheduler is defined by related configs
scheduler-net.com/docs/dhxschedu … #week_view
scheduler-net.com/docs/format_string.html

You can redefine them, for example:
DHXScheduler.Config.hour_date = “%h %A”;