Wijmo UI for the Web
unSelectDate Method
wijmo.calendar Namespace > wijcalendar type : unSelectDate Method
The date to be removed from the selectedDates collection.
Clears any selection from the specified date.
Syntax
$(function () {
    var returnsValue; // Type:  bool
    // Parameters
    var date; // Type:  Date
    
    returnsValue = $(".selector").wijcalendar("unSelectDate", date);
});
function unSelectDate( 
   date : Date
) : bool;

Parameters

date
The date to be removed from the selectedDates collection.
See Also

Reference

wijcalendar type
wijcalendar jQuery Widget