Hi i'm a rookie in html and been struggling in this inputs,
<label>Check-In Date : </label>
<input id ="date1" type="date" name="from" min=<?php echo date('Y-m-d', strtotime("+3 days"));;?>>
<label>Check-Out Date : </label>
<input id = "date2" type="date" name="to">
i just want to know how to set the second input minimum date from the first input selected value? i've already searched and i just can't get the right answer...