Wijmo UI for the Web
midnightAs0 Option

Default value: true

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

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.