I just received an XML file that was exported from Hyperion. The XLM follows:
<DueDate date="1348257648893">
The value either represents September 21, 2012 or September 21, 2012 4:00PM.
Does anyone know what format this is and how I can translate it. I have to create a new XML file containing a lot dates and need to be able to convert them to the correct format.
I’ve tried formatting it in Excel and tested several millisecond variants but have not been able to crack the code.
Thanks for your help
Probably the milliseconds from unix epoch date (Jan 1st 1970).