Wijmo UI for the Web
firstDayOfWeek Option

Default value: 0

The first day of the week (from 0 to 6). Sunday is 0, Monday is 1, and so on.

Syntax
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) 
var firstDayOfWeek : number;
Example
$("#eventscalendar").wijevcal(
{ firstDayOfWeek: 1 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.