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