<kendo:calendar-range>
Specifies an initial range selection. This option is available only when the selectable configuration is set to range.
Example
<kendo:calendar>
<kendo:calendar-range></kendo:calendar-range>
</kendo:calendar>
Configuration Attributes
end java.util.Date
Specifies the end date of the range selection.
Example
<kendo:calendar-range end="end">
</kendo:calendar-range>
start java.util.Date
Specifies the start date of the range selection.
Example
<kendo:calendar-range start="start">
</kendo:calendar-range>