[PHPメモ]先月、今月、来月の日付を取得する方法


忘れるのでメモ

先月を取得する

date('Y-m', strtotime('-1 month'))

今月を取得する

date('Y-m')

来月を取得する

date('Y-m', strtotime('1 month'))

数字を変えれば好きな月を求められるね。

[RelService] [Service]