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
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
{date:Y-m-d$(var:read_last_booking.last_booking.end_date) + 1 day}
Awesome thanks!
This topic is locked and no more replies can be posted.