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