Wijmo UI for the Web
hour12As0 Option
wijmo.input.wijinputdate Namespace > options type : hour12As0 Option

Default value: false

A boolean value determines the range of hours that can be entered in the control.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijinputdate("option", "hour12As0");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputdate("option", "hour12As0", newValue);
        
});
var hour12As0 : boolean;
Remarks
If set this property to false, the control sets the range for the hour field from 1 - 12. If set to true the range is set to 0 - 11.
See Also

Reference

options type
wijinputdate jQuery Widget