new Date(year, month, day, hour, minute, sec, millsec)
or
new Date(millsec) (millsec is the number of milliseconds since January 1, 1970).
The result returned when new Date (""date text"") is run in IE is a special date object, but the IE debugger displays it as NaN, and calling the method that returns number will return NaN