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

Current

methods

Gets currently focused date.

Returns:Date

The current focused date shown in the calendar.

<div id="calendar"></div>
<script>
    $("#calendar").kendoCalendar();

    var calendar = $("#calendar").data("kendoCalendar");

    var current = calendar.current(); //will be today, because value is `null`
</script>
Not finding the help you need?
Contact Support