HTML Input Tag With Date Time Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Input Tag With Date Time Example </h2>
<form>
<lable> Enter Date and Time: </lable> <input type="datetime-local"/>
</form>
</body>
</html>
No comments:
Post a Comment