Wijmo UI for the Web
minDate Option

Default value: null

Determines the earliest, or minimum, date that can be entered.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  Date
    returnsValue = $(".selector").wijinputdate("option", "minDate");
    
    // Set value
    var newValue; // Type:  Date
    $(".selector").wijinputdate("option", "minDate", newValue);
        
});
Javascript (Specification) 
var minDate : Date;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.