【发布时间】:2013-03-11 11:19:43
【问题描述】:
我想将上述格式的日期转换为等效的 Unix 时间戳。我搜索了很多,但找不到任何解决方案。谁能帮我解决这个问题?提前致谢。
【问题讨论】:
-
你不可能搜索太多:
strtotime()php.net/manual/en/function.strtotime.php -
试试这个 strtotime('11/03/2013');
-
在发布问题之前先做一些基本的搜索:) -
-
还可以尝试搜索 google 和 stackoverflow。这个问题已经被问过很多次了。
-
这个问题已经被问过了。 stackoverflow.com/questions/11324195/…
标签: php unix-timestamp