the <DateRangePicker/>
component from MUI, accept a props named calendars
that accept number of calendars that showing inside component popup, like this:
like it that had "3" value as its calendars
props:
but DatePicker
component hasn't that and cant handle this.
i want two use DatePicker
component, for single select and not range select, but with two calendar.
something like this just for example!:
<DatePicker calendars={2} />