I have a file path for FTP deliveries that contains the month number, month name, and year.
So for instance, I've got "C:\example\07JUL2020\" as a delivery folder. Using {DATEFORMAT(MMMMMyyyy)} doesn't seem like it's going to work. Is there a way to split the MM (for 07) and MMM (for JUL) so that it reads the path but doesn't conflate the two? Does the program automatically discern that?