<?php $date = new DateTime('2015-05-28'); var_dump($date->format('c')); $date->modify('monday this week midnight'); var_dump($date->format('c')); $date = new DateTime('2015-05-28'); var_dump($date->format('c')); $date->modify('monday last week midnight'); var_dump($date->format('c'));
You have javascript disabled. You will not be able to edit any code.