Is there a way to automatically add 1 day to the checkout date when selecting a check-in date? For example, if today is November 8, 2017 and I select November 10 as the check-in date, can the checkout date automatically adjust to November 11?
This is the HTML code:
<input name="arrival_guest" type="text" class="form-control" id="start">
<input name="departure_guest" type="text" class="form-control" id="end>
Check out my code on JSFiddle.