Ok.. well... I doing a small application for the first time in visual j# and I'm having trouble with some idea that I have, hope someone can help me.
I have a MonthCalendar1 and i want to get the selected date in some sort of variable or something I can use to store it and use it or compare it later..
I've been reading a lot since yesterday but Ijust can get an answer...
Thanks!

Kinda lost here. =(
Taffy
Use
DateTime dt = monthCalendar1.get_SelectionStart();
to get currently selected Date from the Calendar.