出于某种原因,strtotime()对我来说无法正常工作。
strtotime("first friday 2016-01") outputs 8.1.2016 instead of 1.1.2016
strtotime("first tuesday 2016-02") outputs 8.2.2016 instead of 1.2.2016
我错过了什么吗?输入错了吗?
php版本是:5.4
答案 0 :(得分:0)
好吧,关键字“of”就是解决方案,
strtotime(“2016-01-01的第一个星期五”)输出1.1.2016