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
相關文章
相關標籤/搜索