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

Default value: true

Determines whether to display the days of the next and/or previous month.

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

Reference

options type
wijcalendar jQuery Widget