363 Views
Handling date and time are also important in many JavaScript programs. This is why JavaScript has a built in Date object to handle manipulating dates. Dates objects contain a number that represents the milliseconds since January 1970 in UTC (the Linux epoch time). We can do a lot of things with the Date object to manipulate dates.
0 comments