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

Default value: 'short'

Gets or sets the format for the week day.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcalendar("option", "weekDayFormat");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcalendar("option", "weekDayFormat", newValue);
        
});
var weekDayFormat : string;
Remarks
Possible values are: "short", "full", "firstLetter" or "abbreviated".
See Also

Reference

options type
wijcalendar jQuery Widget