Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
翌月の正確な日付のタイムスタンプを生成する必要があります。
翌月の10日のタイムスタンプを自動で生成したい。
strtotimeで遊んでみましたが、うまくいきませんでした。
ありがとう、
これを試して:
echo date('Y-m-d', strtotime(date('Y-m-10'). '+1 month'));