将天周或月添加到php日期

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将天周或月添加到php日期相关的知识,希望对你有一定的参考价值。

  1. $date = date("Y-m-d");// current date
  2.  
  3. $date = strtotime(date("Y-m-d", strtotime($date)) . " +1 day");
  4. $date = strtotime(date("Y-m-d", strtotime($date)) . " +1 week");
  5. $date = strtotime(date("Y-m-d", strtotime($date)) . " +2 week");
  6. $date = strtotime(date("Y-m-d", strtotime($date)) . " +1 month");
  7. $date = strtotime(date("Y-m-d", strtotime($date)) . " +30 days");

以上是关于将天周或月添加到php日期的主要内容,如果未能解决你的问题,请参考以下文章

js操作在当前日期加减(天周月年数)

Grafana 图表按天或月分组?

对超过 4000 天数据的 bigquery 表进行分区?

如何使用 postgresql/netezza 从日期时间中减去天数或月数

使用 PHP 从日期(月)确定周数

在熊猫中添加日期