Kiarash-Z/react-modern-calendar-datepicker

How to pass Jalali date default, min, max

Opened this issue · 0 comments

When I pass default value like {year: 1400, month: 10, day: 22} the calendar displaying another date


When I pass default min value like {year: 1400, month: 10, day: 21}, the calendar breaks and it causes to whole page to crash


I have set the locale='fa', but It seems that the calendar is not supporting defalt, min or max values for jalali. what am I missing here ?