目录

date

根据ISO 8601编码的日期(年,月,日)。

例子 (Example)

<!DOCTYPE HTML>
<html>
   <body>
      <form action = "/cgi-bin/html5.cgi" method = "get">
         Date : <input type = "date" name = "newinput" />
         <input type = "submit" value = "submit" />
      </form>
   </body>
</html>

输出 (Output)

新页面打开
↑回到顶部↑
WIKI教程 @2018