问题
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