A new way to handle dates and times is being added to JavaScript. Let's take a look at Temporal, what problems it solves, the current state, and what you'll find in the new documentation about it on MDN.
Yeah, that one! It’s a pretty nice library. The difference between it and moment is that date-fns operates on standard Date objects, rather than having its own type
date-fns? It’s third in my search results but doesn’t ring any bells to me.
Day.js possibly. It’s a near drop-in for moment since moment is deprecated.
Yeah, that one! It’s a pretty nice library. The difference between it and moment is that date-fns operates on standard Date objects, rather than having its own type