Guys I am struggling to format the date and assign it to my folder.
I want to assign a var and name it with today’s date.
ie. NoYearFiles must be “10062020” but this assignment is giving me “10DDYYYY”
.
Guys I am struggling to format the date and assign it to my folder.
I want to assign a var and name it with today’s date.
ie. NoYearFiles must be “10062020” but this assignment is giving me “10DDYYYY”
.
give a try on format string “MMddyyyy”
Thank you very much Master. It worked
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.