jQuery.wijmo.wijcalendar Namespace > options type : showOtherMonthDays Field |
Default value: true
Determines whether to display the days of the next and/or previous month.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijcalendar.options.showOtherMonthDays; |
Javascript (Specification) | |
---|---|
var showOtherMonthDays : boolean; |