Skip to content
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

moment.js & day.js #106

Open
xgqfrms opened this issue Apr 19, 2021 · 0 comments
Open

moment.js & day.js #106

xgqfrms opened this issue Apr 19, 2021 · 0 comments
Labels
moment.js & day.js moment.js & day.js

Comments

@xgqfrms
Copy link
Owner

xgqfrms commented Apr 19, 2021

moment.js & day.js

https://github.com/moment/moment/

https://momentjs.com/docs/#/parsing/string-format/

913
45.6k
6.9k

moment("4/12").format('YYYY-MM-DD');
// "2001-04-12"

https://day.js.org/

https://github.com/iamkun/dayjs

296
34.6k
1.6k

dayjs("4/12").format('YYYY-MM-DD');
// "2001-04-12"
@xgqfrms xgqfrms added the moment.js & day.js moment.js & day.js label Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
moment.js & day.js moment.js & day.js
Projects
None yet
Development

No branches or pull requests

1 participant