Subj : Date() == new Date() To : netscape.public.mozilla.jseng From : celsoaguiar Date : Wed Sep 08 2004 12:58 pm Ecma wise, what's the expected return from the above, true or false? I know 'Date()' called as a function returns a string, while 'new Date()' returns an object. I also know Date.toString() is getting called (SM) for 'new Date()' before the '==' equality operator is evaluated (to 'true'). What's the expected return for Date() === new Date()? Thanks for the attention! Celso .