这个简单的
HTML页面有什么问题,在FireFox 30.0和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当前不支持< input type ='date'>,尽管我们正在进行
recently announce工作.您可以在
http://status.modern.ie在线跟踪该进度.
Firefox目前似乎也不支持该属性.要求添加支持的bug was opened in 2012,但补丁尚未登陆.
如果您今天需要此功能,我建议您使用jQuery’s Datepicker.