Hi I currently have a date like this 1/29/2018 and I am trying to padleft to put a "0" at the beginning of this date. However, it is not working for me.
My date is currently in a V_String format and I am using this formula:
PadLeft(ToString([START DATE]), 2, "0")