OK, i am using the
createDateFull = objFile.DateCreated
to get the date/time files are created in one directory. However, it seems that if the date is say 08/23/2007 it grabs it as 8/23/2007. My question is: How can i make it use the leading zero in the variable?
createDateFull = objFile.DateCreated
to get the date/time files are created in one directory. However, it seems that if the date is say 08/23/2007 it grabs it as 8/23/2007. My question is: How can i make it use the leading zero in the variable?