New to Kendo UI for jQuery? Start a free 30-day trial

Current

methods

Gets currently focused date.

Returns:Date

The current focused date shown in the multiViewCalendar.

<div id="multiViewCalendar"></div>
<script>
    $("#multiViewCalendar").kendoMultiViewCalendar();

    var multiViewCalendar = $("#multiViewCalendar").data("kendoMultiViewCalendar");

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