My friend: The solution is quite simple.
You need to use this formula in excel to get the date (nor the time):
=(((YOUR_ORIGIN_CELL/60)/60)/24)+DATE(1970;1;1) or mor simple: =((YOUR_ORIGIN_CELL/3600)/24)+DATE(1970;1;1)
You may need to replace ";" for "," depending your excel configuration.
And thatīs all. Quick & Simple. You'll get the correct date.
Cheers.
I am exporting the data from tickets.cgi to be displayed on it's own in Excel. I am editing the data in Excel but the time fields don't convert easily in Excel. What Time/Date Format can I use in Excel to display a real time/Date rather that just numbers like 1234903780?
Thanks in advance.
Sam