[Webkit-unassigned] [Bug 32358] New: Date object generates error for DD/MM/YYYY dates
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 9 18:48:29 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32358
Summary: Date object generates error for DD/MM/YYYY dates
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tevaum at gmail.com
When creating a date object with new Date("27/12/2009") (DD/MM/YYYY) an error
is thrown saying it's an invalid date. JavaScriptCore expects dates in
MM/DD/YYYY format and isn't able to parse DD/MM/YYYY dates.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list