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