Hi All,
I have received several tables of data. One column in each sheet has a "created_on" field in which it has a 10 digit number I have to turn into a date and time.
This:
1401836141
Needs to turn into this:
6/3/2014 22:55
This is for a data analysis test but I need to know how to convert the numbers accordingly.
Any help would be appreciated, I have tried many things but can not seem to get the same date/time from the number.
I have received several tables of data. One column in each sheet has a "created_on" field in which it has a 10 digit number I have to turn into a date and time.
This:
1401836141
Needs to turn into this:
6/3/2014 22:55
This is for a data analysis test but I need to know how to convert the numbers accordingly.
Any help would be appreciated, I have tried many things but can not seem to get the same date/time from the number.