I have a loop that is going through all the dates within a submitted range by a user.
For each date in the loop though, I want to format it back to string value such as 09/01/2016 ---> 09012016 to do a file search in a directory with this at the end of the file name.
Only thing is, I'm confused how to make the date back to a string value in that format.
Cstr did not work as planned, any other ideas?
The below is my code:
![]()
Please Login or Register to view this content.
Bookmarks