<kendo:dateRangePicker-range>

Configures the Kendo UI DateRangePicker range settings.

Example

<kendo:dateRangePicker>
    <kendo:dateRangePicker-range></kendo:dateRangePicker-range>
</kendo:dateRangePicker>

Configuration Attributes

end java.util.Date

This sets the end date of the range selection.

Example

<kendo:dateRangePicker-range end="end">
</kendo:dateRangePicker-range>

start java.util.Date

This sets the start date of the range selection.

Example

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