Wijmo UI for the Web
unSelectDate Method
The date to be removed from the selectedDates collection.
Clears any selection from the specified date.
Syntax
Javascript (Usage) 
$(function () {
    var value; // Type:  bool
    // Parameters
    var date; // Type:  date
    
    value = $(".selector").wijcalendar("unSelectDate", date);
});
Javascript (Specification) 
function unSelectDate( 
   date : date
) : bool;

Parameters

date
The date to be removed from the selectedDates collection.
Browser Compatibility
7
5
5

See Also

Reference

wijcalendar type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.