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

Determines the minimum date to display. You can specify the minDate via a Date object.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  Date
    returnsValue = $(".selector").wijcalendar("option", "minDate");
    
    // Set value
    var newValue; // Type:  Date
    $(".selector").wijcalendar("option", "minDate", newValue);
        
});
var minDate : Date;
Remarks
The default value is new Date(1900, 0, 1).
See Also

Reference

options type
wijcalendar jQuery Widget