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.
Printable View
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.
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.