HTML5 - date
A date (year, month, day) encoded according to ISO 8601.
Example
<!DOCTYPE HTML>
<html>
<body>
<form action="/?originalUrl=https%3A%2F%2Fwww.tutorialspoint.com%2Fcgi-bin%2Fhtml5.cgi" method = "get">
Date : <input type = "date" name = "newinput" />
<input type = "submit" value = "submit" />
</form>
</body>
</html>
Output
html5_web_forms2.htm
Advertisements