[轉貼]如何用PHP取得上個月的最後一天? 如何用PHP取得上個月的最後一天? $temp = strtotime("-1 month", time()); echo "上月最後一天是".date("Y-m-t", $temp);.
確定! 回上一頁