Wijmo UI for the Web
date Option

Determines the initial date value shown for the wijdateinput widget.

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

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.