crop_rotate
Run
<!DOCTYPE html> <html lang="en"> <head> <title>HTML Form Date and Time Inputs</title> </head> <body> <h1>HTML Form Date and Time Inputs</h1> <form> <label for="week">Select a week:</label> <input type="week" id="week" > </form> </body> </html>
HTML Form Date and Time Inputs
HTML Form Date and Time Inputs
Select a week: