$(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;