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

Default value: 'dddd, MMMM dd, yyyy'

Gets or sets the format for the ToolTip.

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

Reference

options type
wijcalendar jQuery Widget