core.noscript.text
I have some dates in excel serial number format, e.g. 43881. How can i convert these back to date format within Alteryx?
Thanks.
Solved! Go to Solution.
@jyeo use toDate([field]) function to convert them into date
Thank you!