Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 php 代码将以下日期转换为 Unix 格式。
2014-06-10T11:05:10.723Z到 Unix?
2014-06-10T11:05:10.723Z
这有这么多反对意见的原因是它需要一个内置函数来将日期更改为时间戳,使用单个谷歌搜索来查找。
echo strtotime("2014-06-10T11:05:10.723Z");
输出:
1402398310