Date Objects
The Date constructor has many forms: today = new Date(); xmas = new Date(97, 12, 25); birthday = new Date("April 6, 1952");
The Date() constructor may also be used as a function with no arguments
Note: The Date object is buggy in NN2
Previous slide
Next slide
Back to first slide
View graphic version