On Jul 28, 2007, at 11:21 AM, Lars T Hansen wrote:

Date.parse("2007-07-28")

SpiderMonkey:

js> Date.parse("2007-07-28")
NaN

We've never had a bug filed asking for this to work because it works in IE (does it? I can't test atm). But anyway, Lars is right in general; my answer was based on Firefox only. Per the fine spec (since Edition 1 :-P), the result is implementation-defined.

/be
_______________________________________________
Es4-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es4-discuss

Reply via email to