Shahid Profile picture
MERN Stack: HTML | CSS | Sass | JavaScript | Typescript | Bootstrap | Tailwind | MongoDb | Express | React | Next | Redux | Node | Git | Mui | Antd
May 28, 2022 9 tweets 4 min read
All about Dates and Timers in #javascript you need to know as a web developer.
#100DaysOfCode
🧵👇 📌The Date object in JavaScript is used to represent a moment of time. This time value (known as UNIX-TIME) is since 1 January 1970 UTC(Coordinated Universal Time). We can create a date using the Date object by calling the new Date() constructor as shown in the below syntax.