This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
The latest release includes several enhancements designed to improve your Community experience!
Learn MoreHi 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")
Solved! Go to Solution.
Is there a reason why:
"0" + [START DATE]
wouldn't work here? I'm looking into why your implementation isn't working, but I think it can be done in a much simpler way.
Let me know if this helps,
Cheers!
The workflow I shared will work for your case. Just share the sample data with all the possible combination in case the workflow I shared not working.