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