Input DatetimeLocal name 属性用于设置或返回 datetimeLocal 字段的 name 属性值。
已经提交给服务器的表单数据可以通过 name 属性来标识。 name 属性还用于在客户端使用 Javascript 引用表单数据。
句法:
- 要返回 name 属性:
datetimelocalObject.name
- 要设置名称属性:
datetimelocalObject.name
适当的价值
- name:用于指定datetimeLocal 字段的名称。
返回值:它返回一个字符串值,表示 datetineLocal 字段的名称。
下面的程序说明了 DatetimeLocal 名称属性:
示例:获取 datetimeLocal 字段的名称。
html
Input DatetimeLocal name Property in HTML
GeeksforGeeks
Input DatetimeLocal name Property
Date of Birth:
To display the value of the name
attribute of the datetimeLocal
field, double-click the
"Return Name" button.
输出:
点击按钮前:
点击按钮后:
支持的浏览器:
- 苹果Safari
- IE浏览器
- 火狐
- 谷歌浏览器
- 歌剧