start
Description
sets the start date of a range in RangeCalendarType
Date object
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