HTML5 - time



A time (hour, minute, seconds, fractional seconds) encoded according to ISO 8601.

Example

<!DOCTYPE HTML>

<html>
   <body>

      <form action = "/cgi-bin/html5.cgi" method = "get">
         Time : <input type = "time" name = "newinput" />
         <input type = "submit" value = "submit" />
      </form>

   </body>
</html>

Output

html5_web_forms2.htm
Advertisements