DayPilot.Calendar.days

The days property (number) sets the number of days that will be displayed in the JavaScript Calendar.

  • In the days view (viewType: "Days"), it specifies the number of columns.

  • In the resources view (viewType: "Resources"), it specifies the timeline length (displayed on the vertical axis). This option is supported since version 2023.4.5739.

Default Value

1

See Also

Example

Calendar config:

{
  days: 14,
  // ...
}