首页 > 其他分享 >H5表单中时间&日期控件

H5表单中时间&日期控件

时间:2023-01-28 20:45:13浏览次数:40  
标签:控件 几周 表单 日期 时间 H5

            <form action="doAction.ashx" method='post'>
                <input type="date" name="datetime" />年/月/日  <br/> 
                <input type="datetime" name="datetime1" /> <br/>
                <input type="datetime-local" name="datetime2" />年/月/日 时:分<br/>
                <input type="month" name="month" />年 月<br/>
                <input type="week" name="week" />年 第几周<br/>
                <input type="time" name="time" />时:分<br/>
                <input type="submit" value="提交">
            </form>

 

标签:控件,几周,表单,日期,时间,H5
From: https://www.cnblogs.com/xkoon/p/17071224.html

相关文章