DayPilot.Month.timeFormat

 The timeFormat property (string) sets the time format (12/24 hour clock) used when displaying time (see also eventStartTimeeventEndTime).

Default Value

"Auto"

Possible Values

  • "Auto" - uses the value defined by the locale
  • "Clock12Hours"
  • "Clock24Hours"

Example

dp.timeFormat = "Clock12Hours";