Just want to make sure... so...
Is this the correct way to do it...
VB Code:
Dim datToday As Date Dim datNew As Date datToday = Format(Now, "mm/dd/yyyy") datNew = DateAdd("m", -1, datToday)
|
Results 1 to 11 of 11
Thread: [RESOLVED] Date QuestionThreaded View
|
Click Here to Expand Forum to Full Width |