forked from Hacker0x01/react-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit, moment replaced with dayjs, tests are WIP * updating tests to include dayjs locales * updating doc examples * starting to convert over to date-fns * simplified month dropdown * more function replacements, fixed a while loop * some locale changes, fixed another while loop * converting dayjs functions to date-fns * most functions converted, utc tests failing * updated localization to use date-fns, removed the few utc methods * newDate/parseDate and test fixes * fixed some month dropdown issues, tests * converting to date-fns 2alpha for better localization support * all tests passing * converting some proptypes to dates * removed moment dependency * fixed getWeeks so it returns a number * simplified formatDate function, updating examples * more example fixes, isTimeInDisabledRange fix * getStartOfWeek gets locale * updated docs * importing individual date-fns functions, formatting * single quote reverts * fixed chinese locale case * clearing up some import description in readme * updated example date formats
- Loading branch information
1 parent
44b8159
commit f0d4c56
Showing
90 changed files
with
75,212 additions
and
37,959 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.