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