Wijmo UI for the Web
titleFormat Field
wijmo.calendar.wijcalendar Namespace > options type : titleFormat Field

Default value: 'MMMM yyyy'

Gets or sets the format for the title text.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcalendar("option", "titleFormat");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcalendar("option", "titleFormat", newValue);
        
});
var titleFormat : string;
See Also

Reference

options type
wijcalendar jQuery Widget