messages.hourString(default: "")

Allows customization of the Hour text in the TimePicker.

Example

<input id="timepicker" />

<script>
  $("#timepicker").kendoTimePicker({
    value: new Date(),
    format: "hh:mm",
    componentType:"modern",
    messages: {
      hour: "My Hour"
    }
  });
</script>
In this article
messages.hour
Not finding the help you need?
Contact Support