function getthemonth($date){. $firstday = date('Y-m-01', strtotime($date));//取得該日期月份的第一天. $lastday = date('Y-m-d', strtotime("$firstday +1 month ...
確定! 回上一頁