The timeFormat property (string) specifies the clock format used by the locale.
DayPilot.Locale.timeFormat"Clock12Hours" - uses a 12-hour clock.
"Clock24Hours" - uses a 24-hour clock.
"Clock12Hours"const locale = DayPilot.Locale.find("en-us");
console.log(locale.timeFormat);