Hi Alteryx gurus,
I am trying to convert a string field to date type. The data value is in format like 05-May-17 as a string. I tried the formula below, but the results shows as "2017-05-1" that missing partial value..
DateTimeParse([GL_DATE],"%d-%b-%y")
In the formula, I could not change the size field 9 to 10...
Someone please help. Thank you!!
Flora

