JavaScript's date object has been tricky for years, but that is changing.
The NEW Temporal API brings,
๐ Easily handle time zones
๐ Precise date math
๐ Parse ISO strings without errors
โ Durations, date ranges, and more.
Start experimenting ๐
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal
