以Y-m-d格式輸出上一個月的日期:date('Y-m-d',strtotime("-1 month")); ==》輸出結果2018-02-28(當前時間爲2018-03-28) 不過strtotime("-1 month") ...
確定! 回上一頁