1 | The Date object has no properties; access to date and time fields is via dozens of "set" and "get" methods: xmas.setYear(xmas.getYear()+1); |
2 |
There are two "static" Date methods:
|
3 | Both convert their argument(s) to milliseconds past January 1, 1970 UTC |