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

AutoCorrectParts

configuration

Sets a value that indicates whether to automatically correct the segment when out of range

Default: true

<input id="dateinput" />
<script>
$("#dateinput").kendoDateInput({
    autoCorrectParts: false
});
</script>
Not finding the help you need?
Contact Support