strtotime 很是强大的一个获取时间戳的函数php
php获取一个月前的时间戳:函数
strtotime("-0 year -1 month -0 day");
php获取三个月前的时间戳:spa
strtotime("-0 year -3 month -0 day");
php获取六个月前的时间戳:code
strtotime("-0 year -6 month -0 day");
php获取一年前的时间戳:blog
strtotime("-1 year -0 month -0 day");