-1

I'm looking at an example with the JSON input for the date as this:

1136005200000

It corresponds to the date of

12/30/05

What time format this is? I'm relatively new to this and your help is greatly appreciated.

hexacyanide
  • 88,222
  • 31
  • 159
  • 162
  • possible duplicate of [How to format a JSON date?](http://stackoverflow.com/questions/206384/how-to-format-a-json-date) – Travis J Mar 09 '13 at 01:29

1 Answers1

3

Unix time in milliseconds, i.e. what Date.getTime() returns.

Ry-
  • 218,210
  • 55
  • 464
  • 476
tc.
  • 33,468
  • 5
  • 78
  • 96