wijmo.input.wijinputdate Namespace > options type : startYear Option |
Default value: 1950
Determines how the control should interpret incomplete year information when the "smartInputMode" option is set to true.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijinputdate("option", "startYear"); // Set value var newValue; // Type: number $(".selector").wijinputdate("option", "startYear", newValue); }); |
Javascript (Specification) | |
---|---|
|