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"));