摘要:
$time = strtotime("2011-03-31");/** * 计算上一个月的今天,如果上个月没有今天,则返回上一个月的最后一天 * @param type $time * @return type */function last_month_today($time){ $last... 阅读全文
posted @ 2014-04-23 09:39 简单的就是幸福的 阅读(541) 评论(0) 推荐(0)
|
|||
|
摘要:
$time = strtotime("2011-03-31");/** * 计算上一个月的今天,如果上个月没有今天,则返回上一个月的最后一天 * @param type $time * @return type */function last_month_today($time){ $last... 阅读全文
posted @ 2014-04-23 09:39 简单的就是幸福的 阅读(541) 评论(0) 推荐(0) |
|||