Articles → HTML 5 → Date Input Element In Html5
Date Input Element In Html5
Purpose
Syntax
Example
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> </head>
<body>
<input type="date" /> </body>
</html>
Try It
Output
Browser Support
Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
---|
12.0 | 57.0 | 20.0 | Not supported | 10.1 | Yes |
Video