wijmo.input.wijinputdate Namespace > options type : dateFormat Option |
Default value: 'd'
The format pattern to display the date value when control got focus.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputdate("option", "dateFormat"); // Set value var newValue; // Type: string $(".selector").wijinputdate("option", "dateFormat", newValue); }); |
Javascript (Specification) | |
---|---|
|