twoDigitYearMax Number

The maximum year value that is considered part of the current century.

Example - sets the twoDigitYearMax

<input id="dateinput" />
<script>
$("#dateinput").kendoDateInput({
    twoDigitYearMax: 89
});
</script>
In this article