Support for Jalaali system
I have a fork of this component that support jalaali calendar system. if you think that you can have this feature I can revert some naming changes and make a PR.
I read your fork, it seems not too many changes to support jalaali calendar, I'd like to merge it. I also saw you added RTL support, could you send a PR as well?
Months order inside month panel is not as same as jalaali system, so I will make the PR after fixing that issue
is there any code to work of local machine you haven't updated for month order? Im thinking about implementing this feature by allowing users to pass in a custom moment library instead, and if the library expects custom prefixes like jYYYY then, map them back (you could probably just fork the library in question, and find a function that identifies if j is used). This way you like only have to make sure that the custom moment is used throughout components and function calls. Except for things like month order. I don't suppose moment supports sharing info about the calendar in use, like a number of month and order. I imagine it just may have to come down to use hacks like probing about what month/days are considered valid.