Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am receiving a date as a string that look like that.
Mar 19, 2020
How can I convert this to a usable date format?
Thanks
load
date(date#(Yourfield,'MMM DD, YYYY')) as datefield
regards