Wijmo UI for the Web
showDayPadding Option
wijmo.calendar.wijcalendar Namespace > options type : showDayPadding Option

Default value: false

Determines whether to add zeroes to days with only one digit

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcalendar("option", "showDayPadding");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcalendar("option", "showDayPadding", newValue);
        
});
var showDayPadding : boolean;
Remarks
for example, "1" would become "01" if this property were set to "true"
See Also

Reference

options type
wijcalendar jQuery Widget