messages.dateInput.yearString(default: "year")

The placeholder for the years part.

Example

<input id="datetimepicker" />
<script>
$("#datetimepicker").kendoDateTimePicker({
    messages: {
        dateInput: {
            year: "Year"
        }
    }
});
</script>
In this article
messages.dateInput.year
Not finding the help you need?
Contact Support