<?php $monday = strtotime('this week', strtotime('7 days ago')); $sunday = strtotime('+ 6 days', $monday); echo 'Past Week Monday: ' . date('l, F j, Y', $monday) . PHP_EOL; echo 'Past Week Sunday: ' . date('l, F j, Y', $sunday) . PHP_EOL; echo "\n*** HIT [eval();] to show corrected result ***";
You have javascript disabled. You will not be able to edit any code.