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

Default value: true

A boolean value determines whether to express midnight as 24:00.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijinputdate("option", "midnightAs0");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputdate("option", "midnightAs0", newValue);
        
});
var midnightAs0 : boolean;
See Also

Reference

options type
wijinputdate jQuery Widget