<kendo:dateRangePicker-messages>

Allows localization of the strings that are used in the widget.

Example

<kendo:dateRangePicker>
    <kendo:dateRangePicker-messages></kendo:dateRangePicker-messages>
</kendo:dateRangePicker>

Configuration Attributes

endLabel java.lang.String

Allows customization of the end label text.

Example

<kendo:dateRangePicker-messages endLabel="endLabel">
</kendo:dateRangePicker-messages>

startLabel java.lang.String

Allows customization of the start label text.

Example

<kendo:dateRangePicker-messages startLabel="startLabel">
</kendo:dateRangePicker-messages>
In this article
Not finding the help you need?