messages.dateInput.monthString(default: "month")

The placeholder for the months part.

Example

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