Before going too far with that, I would give Khanna's suggestion above a try. It's a simpler solution but remember to reset the format when a date is selected...
Wole Ogunremi Saturday, September 26, 2009 8:47 AM
i did but i get blank value only when initialize form, when adding new record i get MinValue. I read somewhere that it doesn't work with data bindings and my case is with DataNavigator.
dealwi8me Saturday, September 26, 2009 8:55 AM
Oh! In that case, back to your previous question. If you've added the .cs file to your project, rebuild your project, and in your toolbox you should have a new group which includes the nullable datetimepicker control and can be dragged to your form.
Wole Ogunremi Saturday, September 26, 2009 9:03 AM
In myProject Components i have a DateTimePicker. When i drag it into the form i still get MinValue as default...
Should i add some code as well for override the default DateTimePicker?