In order to implement HTMLInputElement::setValueAsDate, we need to implement 1. millisecond double value to ISODateTime conversion 2. ISODateTime to String conversion This bug handles the step 2 above.
Created attachment 45462 [details] Proposed patch This patch depends on the patch in Bug#32901.
Attachment 45462 [details] did not build on chromium: Build output: http://webkit-commit-queue.appspot.com/results/143618
style-queue ran check-webkit-style on attachment 45462 [details] without any errors.
(In reply to comment #2) > Attachment 45462 [details] did not build on chromium: > Build output: http://webkit-commit-queue.appspot.com/results/143618 It's expected. This patch depends on a uncommitted patch.
Attachment 45462 [details] did not build on qt: Build output: http://webkit-commit-queue.appspot.com/results/145780
Comment on attachment 45462 [details] Proposed patch This patch lacks tests. Perhaps it is only testable in combination with part 1, in which case I'd rather see the two combined into one patch with tests included.
Deprecated by Bug#33021.