标签: php date strtotime strftime
我有一个从strftime()生成的日期字符串,看起来像"T2, 06/24/2019",然后我是用户strtotime("T2, 06/24/2019"),它没有返回unix时间字符串。我必须使用其他功能而不是strtotime()或其他方法来解决此问题?
strftime()
"T2, 06/24/2019"
strtotime("T2, 06/24/2019")
strtotime()