Date () of object in JavaScript
Introduction
JavaScript's Date object allows you to work with dates and times in your code. Date objects encapsulate an integral number that represents milliseconds since midnight at the beginning of January 1, 1970, UTC.
Methods of Date()
new Date()...
prajwal-dev.hashnode.dev3 min read