L
Leon Shaw
Dim CurrentDate As Date = Format(Today, "MM/dd/yy")
Dim FutureDate As Date = CurrentDate.AddYears(1)
What am I doing wrong?
I want the CurrentDate to read 07/09/03 and FurtureDate to read 07/09/04,
but in the browser it reads 7/09/2003 and 7/09/2004 respectfully.
Do anyone see something wrong? Please help!
Dim FutureDate As Date = CurrentDate.AddYears(1)
What am I doing wrong?
I want the CurrentDate to read 07/09/03 and FurtureDate to read 07/09/04,
but in the browser it reads 7/09/2003 and 7/09/2004 respectfully.
Do anyone see something wrong? Please help!