Subj : Override Date Constructor? To : netscape.public.mozilla.jseng From : genisiob@pilot.msu.edu (Brian) Date : Wed Oct 15 2003 06:11 am Hello, I am very interested in overiding the Date() object constructor. Essentially what I want to do in some cases: when the user creates a Date object in the script, I want to be able to control the actual date they receive. This will be used mostly for testing, but I have other reasons I want to control the value. If there is no way to override the Date constructor, is there a way for me to seed the date, so I know exactly what they will receive when they create a new date? Thanks, Brian .