Dates in JavaScript: Moment.js vs. date-fns

Given how much of a de-facto standard Moment.js has become, it may make sense to briefly explain how date-fns differs.

Similar

JavaScript Strict Mode

Strict Mode is an ES5 feature, and it's a way to make JavaScript behave in a better way. And in a different way, as enabling Strict Mode changes the semantics of the JavaScript language. It's really important to know the main differences between JavaScrip... (more…)

Read more »