messages.hours String (default: "Hours")

Sets the title of the hours column in the popup

Example

<input id="timedurationpicker" />
<script>
$("#timedurationpicker").kendoTimeDurationPicker({
    columns: [ "days", "hours" ],
    "messages": {
        "hours": "The hours"
    }
 })
</script>
In this article