PDA

Click to See Complete Forum and Search --> : [RESOLVED] Changing The Date Of A Month Calendar Control


2MuchRiceMakesMeSick
Jul 12th, 2006, 09:16 PM
Can someone tell me how to change the selected date with code only?

Ive tried everything I know, including the obvious

calMyCal.SetDate(dtMyDateTime);

Much appreciated.

2MuchRiceMakesMeSick
Jul 12th, 2006, 09:35 PM
Never mind.
I finally got it.

I was using 06 for the date which translates to 0006 year
when you try to select year 0006 the cal does not throw a err exception.