<?php echo date("Y-m-d", strtotime("last week monday")); echo "<br>"; echo date("Y-m-d", strtotime("last sunday")); ?>
0 Comments