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.
私は wordpress サイトを持っており、7 日間の無料トライアル付きの製品を販売しています。ランディング ページで、今日は請求されず、今日から 7 日後に実際の .
これはどのように達成できますか?助けてください。
strtotime 関数を使用して、必要な時間枠を作成します。
echo date("d-M-Y",strtotime("+7 days"));