If your project deals with complex date and time then you probably have been use to of moment.js. Be aware, Moment.js has become a legacy project. You can check the project status here,
We now generally consider Moment to be a legacy project in maintenance mode.
Furthermore,
It is not dead, but it is indeed done.
So, what's next?
Go for these:
dayjs
Fast 2kB alternative to Moment.js with the same modern API. I myself have used this for more than a year and found it really cool, easy and super helpful.
Get started here:
https://day.js.org/docs/en/installation/installation
date-fns
date-fns provides the most comprehensive, yet simple and consistent toolset for manipulating JavaScript dates in a browser & Node.js.
Get started here:
https://date-fns.org/docs/Getting-Started
luxon
A powerful, modern, and friendly wrapper for JavaScript dates and times.
Get started here:
https://moment.github.io/luxon/#/?id=luxon
Happy coding! 🚀👨💻🌐
Follow me for more such content:
LinkedIn: https://www.linkedin.com/in/basimghouri
Github: https://github.com/ghourigeeks
Top comments (0)