How are these numbers converted to a readable Date/Time string?
- by duckwizzle
I have 2 XML files I'm reading - one has a date/time attribute that's readable (ex. May 1, 2010 12:03:14 AM) and the other... not so much (ex. 1272686594492). Both files have the complicated date/time format, but only the newer one has the readable version. I cannot figure out how to make the complicated version readable. Any ideas?
The numbers are in the pastbin below.
http://pastebin.com/HMLEAGhf
Thanks!