wijmo.calendar.wijcalendar Namespace > options type : toolTipFormat Option |
Default value: 'dddd, MMMM dd, yyyy'
Gets or sets the format for the ToolTip.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: string value = $(".selector").wijcalendar("option", "toolTipFormat"); // Set value var newValue; // Type: string $(".selector").wijcalendar("option", "toolTipFormat", newValue); }); |
Javascript (Specification) | |
---|---|
|