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

Default value: null

A callback function used to customizing the title text on month view.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijcalendar("option", "title");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijcalendar("option", "title", newValue);
        
});
var title : any;
Remarks
the function include following parameter: date: Date The display date of the month. format: string The title format. Determined by the options.titleFormat.
See Also

Reference

options type
wijcalendar jQuery Widget