Wijmo UI for the Web
date Option
wijmo.input.wijinputdate Namespace > options type : date Option

Determines the initial date value shown for the wijdateinput widget.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  Date
    returnsValue = $(".selector").wijinputdate("option", "date");
    
    // Set value
    var newValue; // Type:  Date
    $(".selector").wijinputdate("option", "date", newValue);
        
});
var date : Date;
See Also

Reference

options type
wijinputdate jQuery Widget