# Type datetime-local (ok)

<figure><img src="https://2287181742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LZhVmCGQ07Fy-3ttCbf%2Fuploads%2FQrgR71dlSbk0fCJlIWIL%2FScreenshot_23.png?alt=media&#x26;token=73cf6b0b-c96f-4275-87e8-5d1d6a611ace" alt=""><figcaption></figcaption></figure>

```html
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<title>Document</title>
		
	</head>
	<body>
		<label for="pickup_time">Pickup Date/Time</label>
			<input type="datetime-local" name="pickup_time" id="pickup_time" required>
	</body>
</html>
```
