wijmo.evcal.wijevcal Namespace > options type : firstDayOfWeek Option |
Default value: 0
The first day of the week (from 0 to 6). Sunday is 0, Monday is 1, and so on.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijevcal("option", "firstDayOfWeek"); // Set value var newValue; // Type: number $(".selector").wijevcal("option", "firstDayOfWeek", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal(
{ firstDayOfWeek: 1 });