<!DOCTYPE html>
<head>
<title>Html 5 Date Picker Example</title>
</head>
<body>
Please Select Date Time<br>
<input type="datetime-local" name="mytime" placeholder="Select Date time">
</body>
</html>
Copyrights@tutorialsplane.com