Wijmo UI for the Web
customizeDate Option
wijmo.calendar.wijcalendar Namespace > options type : customizeDate Option

Default value: null

Function used for customizing the content, style and attributes of a day cell.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijcalendar("option", "customizeDate");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijcalendar("option", "customizeDate", newValue);
        
});
var customizeDate : any;
Remarks
the function include following parameter: $daycell:jQuery jQuery object that represents table cell of the date to be customized. date: Date Date of the cell. hover: boolean Whether mouse is over the day cell. preview: object Whether rendering in preview container. returns true if day cell content has been changed and default cell content will not be applied.
See Also

Reference

options type
wijcalendar jQuery Widget