Date and time picker

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a date and time picker that allows me to choose a date from a calendar
and a time from some kind of clock. I need something that will allow the user
to choose a time and a date without having to type anything, and I need this
to be in a single control.

Does this thing exist or do I have to make one?
 
The date time picker doesn't have a clock, per se, but if you set the
ShowUpDown property to true, set the Format Property to Custom, and set
the CustomFormat property string to "hh:mm tt", for example, you can
use it to edit a time.

If that is not what you need, you'll have to find a control (or write
one!)
 
Back
Top