😆Type datetime-local (ok)

<!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>

Last updated