wijmo.input.wijinputdate Namespace > options type : smartInputMode Option |
Default value: false
Determines whether the control should interpret incomplete year information using the value provided in the "startYear" option.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijinputdate("option", "smartInputMode"); // Set value var newValue; // Type: boolean $(".selector").wijinputdate("option", "smartInputMode", newValue); }); |
Javascript (Specification) | |
---|---|
var smartInputMode : boolean; |