New to Kendo UI for jQueryStart a free 30-day trial

Dates

configuration

Specifies a list of dates, which will be passed to the month template.

dates

Array
<div id="calendar"></div>
<script>
    $("#calendar").kendoCalendar({
        value: new Date(2000, 10, 1),
        dates: [
            new Date(2000, 10, 10, 10, 0, 0),
            new Date(2000, 10, 10, 30, 0)
        ] //can manipulate month template depending on this array.
    });
</script>
Not finding the help you need?
Contact Support