<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Akela Bhai's Date of Birth</title> </head> <body>

Enter Akela Bhai's Date of Birth

<form action="submit_date.php" method="post">

 <label for="dob">Date of Birth:</label>
<input type="date" id="dob" name="dob" value="1998-01-01">

<input type="submit" value="Submit">

</form>

</body> </html>