Apr 25 2021 02:15 PM
How do I convert milliseconds (e.g. 1613808000000) to Date/Time format?
Thanks in advance
Apr 25 2021 02:32 PM
SolutionIs this a Unix timestamp? If so, with such a value in A1, enter the following formula in B1:
=A1/86400000+25569
and format B1 as a date+time.
Mar 07 2024 11:29 AM
Thank you for posting this! I kept getting an error... it looks like I lost a couple decimal places somewhere along the line. It's working, it's working!
Apr 25 2021 02:32 PM
SolutionIs this a Unix timestamp? If so, with such a value in A1, enter the following formula in B1:
=A1/86400000+25569
and format B1 as a date+time.