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").wijdatepager("option", "firstDayOfWeek");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijdatepager("option", "firstDayOfWeek", newValue);
        
});
Javascript (Specification) 
var firstDayOfWeek : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijdatepager jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.