this.dtpEventStart.CustomFormat = "MM/dd/yyyy hh:mmtt";
this.dtpEventStart.Format =
OpenNETCF.Windows.Forms.DateTimePickerFormat.Custom;
While the date and time are visible in the designer, when I run the
application only the date appears and is pickable in the control. Is there
some way I can have my cake and eat it too or am I going to have to use
separate controls for date and for time?
Bill
dtpEventStart.Format =
OpenNETCF.Windows.Forms.DateTimePickerFormat.Custom;
into the Load event of your form.
--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com