-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does date-fns compare to dayjs? #6
Comments
Thanks for the suggestion, we are considering to add another alternatives, and dayjs is on top of the list. |
my lightweight go-to for date formatting has been https://github.com/felixge/node-dateformat |
@leeoniya awesome! I will take a look |
I just use luxon ... also I don't see anything about handling timezones in the repo? |
Dayjs is added. What about luxon? |
Comparing luxon and moment: https://moment.github.io/luxon/docs/manual/moment.html |
Dayjs claims to replicate the momentjs API in 2kb. I've been using it as a replacement recently.
It would be good to add this to the comparison I think.
https://github.com/iamkun/dayjs
The text was updated successfully, but these errors were encountered: