jQuery.wijmo.wijinputdate Namespace > options type : smartInputMode Field |
Default value: false
Determines whether the control should interpret incomplete year information using the value provided in the "startYear" option.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijinputdate.options.smartInputMode; |
Javascript (Specification) | |
---|---|
var smartInputMode : boolean; |