wijmo.calendar.wijcalendar Namespace > options type : showDayPadding Option |
Default value: false
Determines whether to add zeroes to days with only one digit
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; |