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

The placeholder for the years part.

Example

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