date('Y:m:d', strtotime($date))
$literal = "1 week ago"; $date = new DateTime($literal); $date->setTime(0,0);