Input DatetimeLocal type 属性
定义和用法
type 属性返回本地日期时间字段是哪种类型的表单元素。
注释:在上面的示例中,Internet Explorer 和 Firefox 返回 "text" 而不是 "datetime-local"。
浏览器支持
属性 | |||||
---|---|---|---|---|---|
type | Yes | 10.0 | Yes | Yes | Yes |
注释: <input type="datetime-local"> 元素在 Firefox 中没有任何日期时间字段/日历。
语法
datetimelocalObject.type
技术细节
返回值: | 字符串,表示本地日期时间字段是表单元素的类型 |
---|
❮ Input DatetimeLocal 对象