Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<body>
<p>Depending on browser support:<br>A date picker can pop-up when you enter the input field.</p>
<form action="https://www.w3schools.com/action_page.php">
  Birthday (date and time):
  <input type="datetime" name="bdaytime">
  <input type="submit">
</form>
<p><b>Примітка:</b> type="datetime" не підтримується в Chrome, Firefox або Internet Explorer.</p>
</body>
</html>