Solved
BAAAM tool export date format
Hi, am trying to read the created and update date fields on the BAAAM export from AAM but the data which is available can't be transformed into any dates which Excel recognises, anyone know how to convert it? Thx
Hi, am trying to read the created and update date fields on the BAAAM export from AAM but the data which is available can't be transformed into any dates which Excel recognises, anyone know how to convert it? Thx
I use the formula below (and then format that cell as a date)
=A2/(86400000)+DATE(1970,1,1)
(where A2 contains the UNIX timestamp you are trying to convert)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.