Forum Discussion
bourne2000
4 years agoHelper V
Convert timestamp into date/time
Hi I am having the below timestamp I tried the below formula #datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0,[create_date]/1000) I am getting the below error ...
- Anonymous4 years ago
Hi bourne2000 ,
Accroding to the error message, you will need to change the data type of [create_date] to whole number then use the formula.
#datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0, [create_date]/1000)Best Regards,
Jay
Anonymous
4 years agoNot applicable
Hi bourne2000 ,
Accroding to the error message, you will need to change the data type of [create_date] to whole number then use the formula.
#datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0, [create_date]/1000)
Best Regards,
Jay
Anonymous
3 years agoNot applicable
Hello Jay,
Thanks for your post. I try the solution, and it works. But, why 1970? The date since not appropriate...