I've got a form setup like one of the examples, where there's an Arrival and Departure date. It does also work that if you set the Arrival date, it sets the Departure date to that day and makes that the Departure's min date. So far, so good.
However, because this is a lodging booking application, I'd want the Departure date set to a day later than the Arrival. I can't seem to figure out the code for this - seems some combination of addDay and getValue, but can't get it to work.
Anyone help?
However, because this is a lodging booking application, I'd want the Departure date set to a day later than the Arrival. I can't seem to figure out the code for this - seems some combination of addDay and getValue, but can't get it to work.
Anyone help?