diveintomark / diveintohtml5

Dive Into HTML5 online book
https://diveintohtml5.info/
Other
777 stars 187 forks source link

Chrome 23 (and maybe some earlier) supports input type="date" #39

Closed michaelbutler closed 11 years ago

michaelbutler commented 11 years ago

Chrome now uses a native date picker for input type="date" (possibly more types). Tested with <!doctype html> and Google Chrome 23 (Stable release) on Ubuntu 12.04.

http://diveintohtml5.info/forms.html#type-date https://plus.google.com/+GoogleChromeDevelopers/posts/hTcMLVNKnec

Take care