Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am unable to get year correct for TS column after converting column t_stamp:
Expression used for column TS is "=Date(t_stamp)"
Can someone help me this?
Thanks
Try like this -
floor(Date(t_stamp))
Please share sample application or data.
Thanks
Didn't work
Please share data in excel or sample application.
Thanks
May be this
TimeStamp(MakeDate(1970) + (t_stamp/8640000))
It is giving dates as shown in tops rows of below screenshot, not sure if it correct
I guess what do you expect them to show? What is the expected date for 2113098475738?