Wijmo UI for the Web
refreshDate Method
The date to be refreshed.
Refereshes a single date on the calendar.
Syntax
Javascript (Usage) 
$(function () {
    var value; // Type:  any
    // Parameters
    var date; // Type:  date
    
    value = $(".selector").wijcalendar("refreshDate", date);
});
Javascript (Specification) 
function refreshDate( 
   date : date
) : any;

Parameters

date
The date to be refreshed.
Browser Compatibility
7
5
5

See Also

Reference

wijcalendar type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.