为什么我没有看到firefox的日期选择器?

时间:2013-03-17 09:26:23

标签: html html5 google-chrome firefox datepicker

以下 HTML 在chrome上生成日期选择器

<html>
<head> <title> </title> </head>
<body>
    <form>
      <input type="date" />
    </form>
</body>

enter image description here

但它在firefox 19.0.2上显示了一个简单的文字字段。这是为什么 ?是不是firefox不支持HTML 5的所有特征?

1 个答案:

答案 0 :(得分:7)

  

为什么?是不是firefox不支持HTML 5的所有功能?

是的,FireFox不支持所有HTML 5功能。例如,FireFox 19不支持date字段。

以下是有关浏览器支持date输入字段的详细信息:http://caniuse.com/input-datetime