<?php $monday = strtotime('monday this week'); $sunday = strtotime('sunday this week'); echo date("Y-m-d", $monday)."\n"; echo date("Y-m-d", $sunday);
You have javascript disabled. You will not be able to edit any code.