range.startDate

Specifies the start date of the range selection.

Example

<div id="calendar"></div>
<script>
    $("#calendar").kendoCalendar({
        selectable: "range",
        range: { 
            start: new Date(2024, 5, 10), // June 10, 2024
            end: new Date(2024, 5, 20) 
        }
    });
</script>
In this article
range.start
Not finding the help you need?
Contact Support