G
Guest
Hello:
If I use CStr(Month(Date)) it returns month as 1 for janurary, 2 for
feburary, etc.
I need to build a string that would include 01 for January and 02 for
February, and 12 for December so the date would be eg. at the end 20050127.
Do I need to use some format conversions? I would appreciate your
assistance.
If I use CStr(Month(Date)) it returns month as 1 for janurary, 2 for
feburary, etc.
I need to build a string that would include 01 for January and 02 for
February, and 12 for December so the date would be eg. at the end 20050127.
Do I need to use some format conversions? I would appreciate your
assistance.