dqdes60666 2013-06-27 06:22
浏览 84
已采纳

PHP strtotime()('Wednesday')和('next Wednesday')之间有所不同

The problem I'm having is in trying to look up wednesday of next week.

$next_wednesday = strtotime("next Wednesday 19:00:00"); 
$this_wednesday = strtotime("Wednesday 19:00:00");

The values for $next_wednesday and $this_wednesday come out the same

  • 写回答

4条回答 默认 最新

  • duanniu3385 2013-06-27 06:38
    关注

    Use

    $this_wednesday = strtotime("Wednesday 19:00:00");
    $next_wednesday = strtotime("+1 week Wednesday 19:00:00");
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?

悬赏问题

  • ¥15 微信公众号如何开发网页
  • ¥15 h3.6m 人类行为预测论文复现
  • ¥50 wordpress项目注册报失败刷新后其实是成功状态,请求排查原因
  • ¥20 linxu服务器僵尸进程不释放,代码如何修改?
  • ¥15 pycharm激活不成功
  • ¥40 如果update 一个列名为参数的value
  • ¥15 基于51单片机的水位检测系统设计中LCD1602一直不显示
  • ¥15 OCS2安装出现问题,请大家给点意见
  • ¥15 ros小车启动launch文件报错
  • ¥15 vs2015到期想登陆但是登陆不上