monthObject

Templates for the cells rendered in the calendar "month" view.

Example

<div id="daterangepicker"></div>
<script>
$("#daterangepicker").kendoDateRangePicker({
    month: {
        content: (data) => `<div>${data.value}</div>`,
        empty: "<span>-</span>"
    }
});
</script>
In this article
monthRelated Properties
Not finding the help you need?
Contact Support