Hi all, I need to work out a date of the next Monday. The code is part of a rental site so if for example the rental ends on a Friday, the return date would be Monday. However the following peice of code isn’t giving me a Monday?
$return_date = $start.'+ '.$_SESSION['HIRE_PERIOD'].' day next monday';