DayPilot.Calendar.showEventStartEnd

The showEventStartEnd property (boolean) specifies whether the JavaScript Calendar component should append the time information (start and end) to the event text.

The Calendar uses the date/time format specified using locale property.

You can also set the event text/HTML manually using the onBeforeEventRender event handler.

Default Value

false

Example

Calendar config:

{
  showEventStartEnd: true,
  // ...
}