Calendar Control Question - Again

lorena

Centurion
Joined
Oct 23, 2003
Messages
134
Location
Phoenix, Arizona
I have a form with a datagrid and when the user clicks on a row to edit it, a calendar control is visible to enable the user to enter a complete date. So far, entering the complete date works great but if a complete date is not chosed (it is not required), how do I handle that?
 
Check the SelectedDate when there is no date chosen, it should be the minimum value, something like 1/1/1000, check for this date, then you know a date has not been chosen.
 
Back
Top