Click to See Complete Forum and Search --> : [RESOLVED] monthcalender control
noshaba
Aug 24th, 2006, 04:37 AM
How could i get the value of monthcalender ... selected date
RobDog888
Aug 24th, 2006, 04:46 AM
You can get just the Start date or add to the code to get the End date also.
MessageBox.Show(monthCalendar1.SelectionRange.Start.Date.ToShortDateString());
noshaba
Aug 24th, 2006, 05:29 AM
thnx alot
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.