HTML DOM 中的 Input DatetimeLocal 表单属性用于返回对包含本地日期时间字段的表单的引用。它在成功时返回一个表单对象,否则如果日期控件不在表单中,则返回 NULL。它是只读属性。
句法:
datetimelocalObject.form
返回值:它返回一个字符串值,该值指定包含输入日期时间本地字段的表单的引用
下面的程序说明了 HTML DOM 中的 DatetimeLocal 表单属性:
示例:此示例返回包含 元素的表单的 id。
html
Input DatetimeLocal form Property
GeeksforGeeks
Input DatetimeLocal form Property
To return the id of the form, double click
the "Return Form Object" button.
输出:
点击按钮前:
点击按钮后
支持的浏览器: Input DatetimeLocal 表单属性支持的浏览器如下:
- 苹果Safari
- IE浏览器
- 火狐
- 谷歌浏览器
- 歌剧