I have a source file called venkat_file
. I need to archive the file into an archive folder, whilst appending the file to this format, venkat_file_MMDDYYY
. If the month and date values are less than 10 I wanted to archive the file with specific values,
Example before: venkat_file
, example date 4/26/2013
, now I need to archive the file so it looks like this: venkat_file_04262013
, instead of venkat_file_4262013
.
Thanks in advance,
Venkat.