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

Default value: 'yyyy'

Gets or sets the format for the title text in the month view.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcalendar("option", "monthViewTitleFormat");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcalendar("option", "monthViewTitleFormat", newValue);
        
});
var monthViewTitleFormat : string;
Remarks
The default value of this option is "yyyy".
See Also

Reference

options type
wijcalendar jQuery Widget