Removes the tooltip set by the setTooltip method.
Parameters:
myCalendar.setTooltip(new Date(2013,1,4), "some text"); ... myCalendar.clearTooltip(new Date(2013,1,4));
See also: