The timePattern property (string) specifies the pattern used to format a DayPilot.Date value as time without the date part.
DayPilot.Locale.timePattern"H:mm"It uses the syntax supported by DayPilot.Date.toString().
const locale = DayPilot.Locale.find("en-us");
console.log(locale.timePattern);