wijmo.input.wijinputmask Namespace > options type : culture Option |
Default value: ""
Determines the culture used to show values in the wijinputdate widget.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputmask("option", "culture"); // Set value var newValue; // Type: string $(".selector").wijinputmask("option", "culture", newValue); }); |
Javascript (Specification) | |
---|---|
|