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

Options

fields

An object, which holds the options of the widget. The options object holds all available DatePicker configuration fields.

options

Object
<input id="datepicker" />
<script>
    //initialize the DatePicker
    $("#datepicker").kendoDatePicker();
    //get instance of the DatePicker
    var datepicker = $("#datepicker").data("kendoDatePicker");
    //Get the DatePicker options object
    var options = datepicker.options;
    console.log("options", options)
</script>
Not finding the help you need?
Contact Support