📜  HTML | DOM 输入日期时间最大值属性

📅  最后修改于: 2021-10-29 03:41:49             🧑  作者: Mango

Input Datetime max属性用于设置或返回日期时间字段的 max 属性值。
Input Datetime max 属性返回一个字符串,表示允许的最大日期和时间。
句法:

  • 返回 max 属性:
datetimeObject.max
  • 设置 max 属性:
datetimeObject.max = YYYY-MM-DDThh:mm:ssTZD

适当的价值:

  • YYYY-MM-DDThh:mm:ssTZD :用于指定允许的最大日期和时间。
    • YYYY : 指定年份。
    • MM : 指定月份。
    • DD :它指定一个月中的哪一天。
    • T :如果还输入了时间,则指定分隔符。
    • hh :它指定小时。
    • mm :它指定分钟。
    • ss :它指定秒。
    • TZD :它指定时区指示符。

返回值:它返回一个字符串值,该值定义了 DateTime 字段的最大日期和时间。

下面的程序说明了 Datetime Max 属性:
示例 1:获取日期时间字段允许的最大日期和时间。

html


 

    Input Datetime max Property in HTML
    

 

 
    

GeeksforGeeks

    

Input Datetime max Property

    
         

The range of date and time accepted is between       2019-02-18 12:00 AM and 2019-02-20 12:00 AM:

                              

To return the max range of the datetime field,                double click the "Return Max" button.

                         

                  


HTML


 

    Input Datetime max Property in HTML
    

 

 
    

GeeksforGeeks

    

Input Datetime max Property

    
                          

To set the max range of the datetime field,                double click the "Set Max" button.

                         

                  


输出:
前:

点击按钮后

示例 2:设置 datetime max 属性

HTML



 

    Input Datetime max Property in HTML
    

 

 
    

GeeksforGeeks

    

Input Datetime max Property

    
                          

To set the max range of the datetime field,                double click the "Set Max" button.

                         

                                                               

输出:

前:

点击按钮后

2020-02-02

支持的网络浏览器

  • 苹果Safari
  • IE浏览器
  • 火狐
  • 谷歌浏览器
  • 歌剧