Input Date Step 属性用于设置或返回日期字段的 step 属性值。
Input Step 属性可用于指定用户在日期字段中打开日历时要选择的法定日期间隔。
句法:
- 要返回 step 属性:
inputdateObject.step
- 要设置步骤属性:
inputdateObject.step = number
适当的价值
- number:用于指定法定的天数间隔。默认情况下,它设置为 1。
返回值:它返回一个数值,表示日期字段的合法日期间隔。
下面的程序说明了日期步骤属性:
示例:更改法定日期间隔。
html
Input Date Step Property in HTML
GeeksforGeeks
Input Date Step Property
To increase the step so that the
user can only select every second
day in the calendar, double click
the "Update Step" button.
输出:
点击按钮后
支持的浏览器:
- 苹果Safari
- IE浏览器
- 火狐
- 谷歌浏览器
- 歌剧