Input DatetimeLocal max 属性用于设置或返回本地 DateTime 字段的 max 属性值。 Input DatetimeLocal max 属性用于指定本地 DateTime 字段的日期和时间的最大值。
Input DatetimeLocal max 属性返回一个字符串,表示允许的最大日期和时间。
句法:
- 返回 max 属性:
inputdatetimelocalObject.max
- 要设置 max 属性:
inputdatetimelocalObject.max = YYYY-MM-DDThh:mm:ss.ms
适当的价值:
- YYYY-MM-DDThh:mm:ssTZD:用于指定允许的最大日期和时间。
- YYYY : 指定年份。
- MM : 指定月份。
- DD :它指定一个月中的哪一天。
- T :如果还输入了时间,则指定分隔符。
- hh :它指定小时。
- mm :它指定分钟。
- ss :它指定秒。
- ms :它指定微秒。
返回值:它返回一个字符串值,表示输入 datetimeLocal 字段的最大日期和时间。
下面的程序说明了 Datetimelocal max 属性:
示例:获取本地 DateTime 字段允许的最大日期和时间。
html
Input DatetimeLocal max Property in HTML
GeeksforGeeks
Input DatetimeLocal max Property
The range of date accepted is
between 2019-02-18 10:30:55 and
2019-02-20 12:30:55.
to return the max range of the
datetimeLocal field, double click the
"Return Max" button.
输出:
点击按钮前:
点击按钮后:
支持的浏览器:
- 苹果Safari
- IE浏览器
- 火狐
- 谷歌浏览器
- 歌剧