JavaScript Date
objects represent a single moment in time in a platform-independent format. Date
objects encapsulate an integral number that represents milliseconds since the midnight at the beginning of January 1, 1970, UTC (the epoch).
Note: With the introduction of the browser compatibility. We will be writing a usage guide soon!