I need to format a date so it appears as MM/DD/YYYY all the time. The problem I need to solve is getting the digits of the year into a string. During the beginning of the month the date is reading 02/1/2006 and I need it to read 02/01/2006 so I pull 2006 into the string instead of 006.
Thanks for your help
Thanks for your help