Wijmo UI for the Web
maxDate Option

Determines the maximum date to display. You can specify the maxDate via a Date object.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  Date
    value = $(".selector").wijcalendar("option", "maxDate");
    
    // Set value
    var newValue; // Type:  Date
    $(".selector").wijcalendar("option", "maxDate", newValue);
        
});
Javascript (Specification) 
var maxDate : Date;
Remarks
The default value is new Date(1900, 0, 1).
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.