messages.startLabelString(default: "Start")

Allows customization of the start label text.

Example

<div id="daterangepicker"></div>
<script>
$("#daterangepicker").kendoDateRangePicker({
    "messages": {
        "startLabel": "The Start"
    }
 })
</script>
In this article
messages.startLabel
Not finding the help you need?
Contact Support