Wijmo UI for the Web
showDayPadding Option

Default value: false

Determines whether to add zeroes to days with only one digit

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  boolean
    value = $(".selector").wijcalendar("option", "showDayPadding");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcalendar("option", "showDayPadding", newValue);
        
});
Javascript (Specification) 
var showDayPadding : boolean;
Remarks
for example, "1" would become "01" if this property were set to "true"
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.