Wijmo UI for the Web
dayCols Option
wijmo.calendar.wijcalendar Namespace > options type : dayCols Option

Default value: 7

Gets or sets the number of day columns that appear in the calendar. This is useful if you want to view more or less calendar days on the calendar month.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijcalendar("option", "dayCols");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcalendar("option", "dayCols", newValue);
        
});
var dayCols : number;
See Also

Reference

options type
wijcalendar jQuery Widget