最新的Web開發教程
 

Input DatetimeLocal type Property

<輸入DatetimeLocal對象

返回的類型的表格元素的本地日期時間字段是:

var x = document.getElementById("myLocalDate").type;

x的結果可能是:

datetime-local
試一試»

定義和用法

type屬性返回哪種類型的表單元素本地日期時間字段是。

注:在上面的例子中,Internet Explorer和Firefox返回"text"來代替, "datetime-local"


瀏覽器支持

屬性
type 10.0

注意: <input type="datetime-local">元件不顯示在Firefox任何日期時間字段/日曆。


句法

datetimelocalObject .type

技術細節

返回值: 一個字符串,表示形式元素的類型的本地日期時間字段是

<輸入DatetimeLocal對象