The following HTML generates a date selector on chrome :\[code\]<html><head> <title> </title> </head><body> <form> <input type="date" /> </form></body>\[/code\]
but it shows a simple text-field on \[code\]firefox 19.0.2\[/code\]. Why is that ? Is it that firefox doesn't support all the featurs of \[code\]HTML 5\[/code\] ?