Advertisement
funcelot

Untitled

Aug 11th, 2023
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Date Input with PHP Filtering</title>
  4. <script src="date_validation.js"></script>
  5. </head>
  6. <body>
  7. <form method="post" action="process_date.php">
  8. <label for="preformattedDate">Preformatted Date (YYYY-MM-DD):</label>
  9. <input type="date" id="preformattedDate" name="preformattedDate" placeholder="YYYY-MM-DD">
  10. <input type="submit" value="Submit">
  11. </form>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement