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

Default value: false

Determines whether to display week numbers.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcalendar("option", "showWeekNumbers");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcalendar("option", "showWeekNumbers", newValue);
        
});
var showWeekNumbers : boolean;
Remarks
When enabled, the week numbers appear vertically on the left side of the calendar. The week numbers represent a week number for each week in the calendar month. In the calendar year there are a total of 52 weeks so the weeknumbers will range from 1 to 52.
See Also

Reference

options type
wijcalendar jQuery Widget