PHP简单获取上月、本月、近15天、近30天的方法
1
date('Ym', strtotime('-1 month')
date('Ym')
date('Ymd', strtotime("-7 day")
date('Ymd', strtotime("-1 day")
date('Ymd')