I have implemented two date inputs in my PHP form:
- Arrival Date
- Departure Date
Currently, when the Date Icon is selected, it displays the CURRENT DATE AND MONTH.
What I am looking for is that when the user selects the Arrival Date first and then the Departure Date, the DATE ICON should pop up based on the Arrival date.
For example - If I select July 8th as the Arrival Date, then when I click on the Departure date icon, it should default to July 8th.
This would enhance user-friendliness by formatting the second drop-down box in this manner.