JavaScript’s Temporal API: the future of date time handling!
Reading time: 3 minutes
Posted 14 days ago
Ah, the JavaScript Date object. It just doesn't cut it, does it? Working with dates can be daunting or maddening! So rather than using the Date object, we've been resorting to libraries (like moment.js or date-fns) that tackle the complexity for us. We're getting at a comfortable space right now, with the Temporal API!
It's not widely supported right now (experimental stage), but close to being finalized and adopted by major browsers!