JavaScript's Temporal API fixes problems with the Date API
Working with date and time in JavaScript
Most web applications use some sort of time and date wrangling — activity logs, notifications, actions of users. The timestamp is a commonly used field in our databases. But the way to display them on the fron...
ilango.hashnode.dev5 min read
Alex Zaharia
Software Engineer
Great article, Ilango. The Temporal API seems quite exciting and promising. 😎