DEV Community

Discussion on: Date & Time in JavaScript

Collapse
 
arberbr profile image
Arber Braja

Useful article for new JS programmers. However the Date object is not that new. It has been part of the JS spec for a long time.

Actually Date is considered so hard to work with usually that the group maintaining JS spec are currently working on a new datetime manipulation API called Temporal.

Here is some more info regarding Temporal:
developer.mozilla.org/en-US/docs/W...
tc39.es/proposal-temporal/docs/ind...

Collapse
 
himanshutiwari15 profile image
Himanshu Tiwari 🌼

yeah, the date isn't new
well wrote this because it's something new that I wrote about on the profile and tagged beginners :)
BTW thanks for the information about Temporal