<input type="date" name="deliveryd" id="deliveryd" min="<?php echo date("Y-m-d");?>">
- Hello, I’m new to programming and would like your help. I want my date input to only be able to select 30 days from the current date.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
<input type="date" name="deliveryd" id="deliveryd" min="<?php echo date("Y-m-d");?>">