DayPilot.Calendar.timeFormat

The timeFormat property (string) sets the time format (12/24-hour clock).

Possible Values

  • "Auto" - the format will be determined from the current locale
  • "Clock12Hours"
  • "Clock24Hours"

Default Value

"Auto"

Example

dp.timeFormat = "Clock12Hours";