messages.hoursString(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
messages.hours
Not finding the help you need?
Contact Support