RESOLVED FIXED 34200
Add valueAsNumber support for type=datetime-local
https://bugs.webkit.org/show_bug.cgi?id=34200
Summary Add valueAsNumber support for type=datetime-local
Kent Tamura
Reported 2010-01-26 22:49:38 PST
Add valueAsNumber support for type=datetime-local. It was not implemented in Bug#32696.
Attachments
Proposed patch (12.30 KB, patch)
2010-01-26 22:54 PST, Kent Tamura
no flags
Kent Tamura
Comment 1 2010-01-26 22:54:50 PST
Created attachment 47499 [details] Proposed patch
Darin Adler
Comment 2 2010-01-27 15:42:32 PST
Comment on attachment 47499 [details] Proposed patch > +bool ISODateTime::setMillisecondsSinceEpochForDateTimeLocal(double ms) Does ISODateTime really need a separate DateTimeLocal type? I guess it does just so it knows to omit the "Z". r=me
Kent Tamura
Comment 3 2010-01-27 16:37:56 PST
(In reply to comment #2) > Does ISODateTime really need a separate DateTimeLocal type? I guess it does > just so it knows to omit the "Z". I feel it is tricky to make a string for DateTime type by toString()+"Z".
WebKit Commit Bot
Comment 4 2010-01-27 17:24:16 PST
Comment on attachment 47499 [details] Proposed patch Clearing flags on attachment: 47499 Committed r53964: <http://trac.webkit.org/changeset/53964>
WebKit Commit Bot
Comment 5 2010-01-27 17:24:21 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.