Forums

Add one day to a date in a text field

stikkimorey 05 Sep, 2018
Hi

I have a text field that has it's value set at:

{var:read_last_booking.last_booking.end_date}

How would I add on one day to that?

Thanks
healyhatman 05 Sep, 2018
Answer
{date:Y-m-d$(var:read_last_booking.last_booking.end_date) + 1 day}
This topic is locked and no more replies can be posted.