当前位置: 代码迷 >> PHP >> 怎么转换成时间戳
  详细解决方案

怎么转换成时间戳

热度:286   发布时间:2012-09-13 09:51:52.0
如何转换成时间戳
如何将20120808这样的日期转成时间戳?

------解决方案--------------------
strtotime('20120808')
  相关解决方案