messages.dateInput.hourString(default: "hours")
The placeholder for the hours part.
Example
<input id="timepicker" />
<script>
$("#timepicker").kendoTimePicker({
dateInput: true,
messages: {
dateInput: {
hour: "hh"
}
}
});
</script>
In this article