<?php $today = time(); $nextDay = $today + 86400 * 45; $day = date("d", $nextDay); echo $day;
You have javascript disabled. You will not be able to edit any code.