wijmo.calendar.wijcalendar Namespace > options type : weekDayFormat Option |
Default value: 'short'
Gets or sets the format for the week day.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: string value = $(".selector").wijcalendar("option", "weekDayFormat"); // Set value var newValue; // Type: string $(".selector").wijcalendar("option", "weekDayFormat", newValue); }); |
Javascript (Specification) | |
---|---|
|