How could i get the value of monthcalender ... selected date
Printable View
How could i get the value of monthcalender ... selected date
You can get just the Start date or add to the code to get the End date also.
VB Code:
MessageBox.Show(monthCalendar1.SelectionRange.Start.Date.ToShortDateString());
thnx alot