I am having problems making the month and date two digits. I have tried "mm" and "dd" however I get the following error.
Invalid procedure call or argument: 'DatePart'
TodayDate = Cstr(DatePart("m",date)) + Cstr(DatePart("d",date)) + Cstr(DatePart("yyyy",date))
please help
Invalid procedure call or argument: 'DatePart'
TodayDate = Cstr(DatePart("m",date)) + Cstr(DatePart("d",date)) + Cstr(DatePart("yyyy",date))
please help