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

AutoFill

configuration

When enabled, the DatePicker will autofill the rest of the date to the current date when the component loses focus. For example, entering only the date, month or year portion of the date and blurring the component, the missing sections will be automatically completed. Requires a DateInput for editing the value.

autoFill

Boolean

Default: false

<input id="datepicker" />
<script>
$("#datepicker").kendoDatePicker({
    dateInput: true,
    autoFill: true
});
</script>
Not finding the help you need?
Contact Support