<?php $start = date( "Y-m-d 11:00:00", strtotime("-2 weeks sunday")); $end = date( "Y-m-d 11:00:00", strtotime("-1 weeks sunday")); echo $start . ' - ' . $end;
You have javascript disabled. You will not be able to edit any code.