Html5-datetime-local

提供:Dev Guides
移動先:案内検索

HTML5-日時ローカル

タイムゾーン情報なしでISO 8601に従ってエンコードされた日付と時刻(年、月、日、時間、分、秒、秒の小数部)。

<!DOCTYPE HTML>
<html>

   <body>

      <form action = "/cgi-bin/html5.cgi" method = "get">
         Local Date and Time : <input type = "datetime-local" name = "newinput"/>
         <input type = "submit" value = "submit"/>
      </form>

   </body>
</html>

出力