Articles → HTML 5 → Week Input Element In Html5
Week Input Element In Html5
Purpose
 
Syntax
 
Example
 
<!DOCTYPE html>
<html lang="en"
	xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta charset="utf-8" />
		<title></title>
	</head>
	<body>
		<form>
			<input type="week" />
		</form>
	</body>
</html>
Try It
Output
 
Browser Support
 
| Internet Explorer | Firefox | Chrome | Safari | Opera | Edge | 
|---|
| 12.0 | Not supported | 25.0 | Not supported | 10.1 | Yes | 
| Posted By  - | Karan Gupta | 
|  | 
| Posted On  - | Friday, September 22, 2017 |