dmtrKovalenko / date-io

Abstraction over common javascript date management libraries
MIT License
726 stars 90 forks source link

fix: update jalaali-utils getDaysInMonth and add missing overrides #638

Closed mrafei closed 8 months ago

mrafei commented 1 year ago

current adapter in jalaali-utils returns Gregorian number of days in month, leading to problems with MUI Datepickers about rendering months.

This pull requests fixes the issue and adds missing overrides in jalaali adapter.