CalendarPicker
CalendarPicker copied to clipboard
Migrate to date-io to support multiple JS date libraries
There is a project called date-io which abstracts numerous JS date libraries. This would allow CalendarPicker to support any date library the user chooses.
A previous PR #162 was opened to migrate Day.js. However that was a breaking change and too disruptive to existing users. Would appreciate if someone would submit a PR that refactors to date-io.