[Webkit-unassigned] [Bug 59752] Allow Localized Date Strings for Date Input Fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 16:28:36 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59752





--- Comment #13 from Joseph Pecoraro <joepeck at webkit.org>  2011-04-29 16:28:36 PST ---
> This is wrong.  It sets DateTime type to the DateComponents object.
> I think serialize(parsedValue) is enough.

Hmm, I can try this again. But I thought that serialize(parsedValue)
for month, falls back to:

    DateComponents::setMonthsSinceEpoch(double months)

Which is months, not msec, despite its name. Maybe the
implementation of setMonthsSinceEpoch should actually
take msec.

However this was yesterday. Let me reverify this today.

-- 
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