messages.daysString(default: "Days")

Sets the title of the days column in the popup

Example

<input id="timedurationpicker" />
<script>
$("#timedurationpicker").kendoTimeDurationPicker({
    columns: [ "days", "hours" ],
    "messages": {
        "days": "The days"
    }
 })
</script>
In this article
messages.days
Not finding the help you need?
Contact Support