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
messages.dateInput.hour
Not finding the help you need?
Contact Support