wijmo.input.wijinputdate Namespace > options type : midnightAs0 Option |
Default value: true
A bool value determines whether to express midnight as 24:00.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijinputdate("option", "midnightAs0"); // Set value var newValue; // Type: boolean $(".selector").wijinputdate("option", "midnightAs0", newValue); }); |
Javascript (Specification) | |
---|---|
var midnightAs0 : boolean; |