<input type="date" name="date" min=
<?php
echo date('Y-m-d');
?>
>
I want users to select a date between current date to next 7 days. This input min disables past dates from current date . Now how can I set the max limit next 7 days from current date?