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

The placeholder for the months part.

Example

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