date-io
date-io copied to clipboard
Abstraction over common javascript date management libraries
Since arrow-methods are not available when sub-classing the `LuxonUtils` (e.g. to have it always use UTC rather than local-time) through `super` it would be better if the implementation of `IUtils`...
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
I intended to use material ui jalali date picker in react, so based on documentation I installed @date-io/date-fns-jalali library but my app had compile errors like "Module not found: Can't...
Im getting `utils.getYearText is not a function` error when working with `@material-ui/pickers` and `@date-io/date-fns-jalali`'s DateUtils ``` import JalaliUtils from "@date-io/date-fns-jalali"; ... ``` before this, I was using `@date-io/date-fns` and got...
Users of mui date pickers use the wrong type when defining their locale because most of the adapters require a string, but `date-fns` is expecting an object: https://github.com/mui/mui-x/issues/4598 I propose...
I'm using `@mui/lab/AdapterDateFns` which depends on `@date-io/date-fns`. When i build the app using webpack with production mode, the date-fns bundle size is still too large (254 kb) 
Hi, we found a problem when we using AdapterDayjs with mui date picker in the validation
I've read the README and I _think_ that this library may do what I want it to, but I'm not sure. If it does do what I think it does,...
Should we implement an adapter for the provided (for now experimental) proposal for Temporal? https://tc39.es/proposal-temporal/docs/parse-draft.html