DayPilot.Calendar.weekStarts

The weekStarts property (number | "Auto") determines the first day of week used by the JavaScript Calendar component.

When set to "Auto" the current locale is used.

Default Value

"Auto"

Example

Calendar config:

{
  weekStarts: 6,  // Saturday
  // ...
}