It’s known that moment.js is a widely used library for date and time manipulations.
Obviously it is the case because of the limitations of standard JavaScript API,
but today we’re not going to judge standard language features.
Let’s accept the insufficiency of built-in tools and
investigate whether or not I can replace moment.js with a smaller library. Addy Osmani suggested in the recent video called “The State of JavaScript”,
using date-fns.js as a replacement for moment.js.
It’s not the first…