DateTimePicker

  • Thread starter Thread starter Peter Ramsebner
  • Start date Start date
P

Peter Ramsebner

Hi all,

1. is there a way to use the DateTimePicker to pick up a time instead of
only a date?

2. how do you have to handle null vaules?

Thanks Peter
 
Peter said:
1. is there a way to use the DateTimePicker to pick up a time instead of
only a date?

You can change the format under the properties. Switch it to Time and
you can handle times ;)

Lars
 
Back
Top