$week_this_monday =strtotime('last Monday'); //本周一
$tomorrow =strtotime("+1 day");//明天
$week_last_monday = strtotime('last Monday') - 3600 * 24 * 7; //上周一
$week_last_sunday =strtotime('last Monday')- 3600 * 24); //上周日
本文来自 素材火 http://www.sucaihuo.com