G
Guest
I have an external datasource that provides me the time in Milliseconds. I want to convert it to a date
Example 1056628832000 is the data provided in milliseconds and I want to convert it to whatever date that represents. I can do it in Javascript but I can't figure out how to do it in Access, I assume I need to use a function but none of the ones I tried worked.
Example 1056628832000 is the data provided in milliseconds and I want to convert it to whatever date that represents. I can do it in Javascript but I can't figure out how to do it in Access, I assume I need to use a function but none of the ones I tried worked.