php获得给定时间的前一个月时间 $record ="20101001" ; date ("Ymd", strtotime ("last month", strtotime ( $record )));

程序猿必读