So in etwa (ungetestet):
PHP-Code:if(date('w')==1){ //montag
$start = strtotime("Monday this week");
$ende = strtotime("Sunday this week 23:59:59");
}else{
$start = strtotime("Monday last week");
$ende = strtotime("Sunday this week 23:59:59");
}
So in etwa (ungetestet):
PHP-Code:if(date('w')==1){ //montag
$start = strtotime("Monday this week");
$ende = strtotime("Sunday this week 23:59:59");
}else{
$start = strtotime("Monday last week");
$ende = strtotime("Sunday this week 23:59:59");
}
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)