Datepicker Support in IE11 and Firefox
What is wrong with this simple HTML page that a date picker is not shown in FireFox 30.0 and IE 11? <!DOCTYPE html> <html> <head> <title>Untitled Page</title> </head> <body> <form> <label> Date field:</label><br /> <input type="date" value="" /> </form> </body> </html> Internet Explorer 11 does not currently support <input type='date'> , though we did recently announce that work was underway to do so. You can track that progress online at http://status.modern.ie . Firefox also does not appear to support the attribute presently. A bug was opened in 2012 requesting that support be added, but a