我需要獲取相對於當前日期的前一個月和年份。 但是,請參見以下示例。 // Today is 2011-03-30 echo date('Y-m-d', strtotime('last month')); ...
確定! 回上一頁