php 时间处理

function getCurMonthFirstDay($date) { return strtotime(date('Y-m-01 00:00:00', strtotime($date))); } function getCurMonthLastDay($date) { return strtotime(date('Y-m-d 23:59:59
相关文章
相关标签/搜索