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