From an external website I receive, amongst other data, a date/time stamp like this
1346729259806
or 1346734102948
I have been trying to see what the best way to convert this into a formatted date/time readable for later use.
I found out that the timestamp is Epoch format in miliseconds. Is there a regular way to convert this?
Many thanks in advance