1 | A Date object does not have a corresponding HTML construct |
2 | The Date constructor has many forms: today = new Date(); xmas = new Date(97, 12, 25); birthday = new Date("April 6, 1952"); |
3 | The Date() constructor may also be used as a function with no arguments |