What is this timestamp format: 090912154113?

让人想犯罪 __ 提交于 2020-01-03 03:40:15

问题


What kind of timestamp is this :

090912154113

more :

082712032309
122711190042
091112090931

it looks like the regular unix time but with different format, what is it and how to do it using php ?


回答1:


Looks like 9th September 2012 at 3(15 in 24hr format):41 and 13 seconds (mmddyyhhmmss). http://php.net/manual/en/function.date.php, mdyHis using php formatting.




回答2:


it seems to be: MMDDYYHHmmSS.



来源:https://stackoverflow.com/questions/12769165/what-is-this-timestamp-format-090912154113

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!