end
Description
Optional. Sets the end date of a range in RangeCalendarUsage
start?: Date;
Example
<RangeCalendar
start={new Date(2022, 1, 18)}
end={new Date(2022, 11, 22)} />
Related article: Setting the start and end dates of the range
Related sample: Range Calendar