C
cyshao
How to set DateTimePicker only edit time ?
There is a DateTimePicker whoes Format = Time.
I find it only displys as time edit, but in fact, this control still control
Full DateTime when you click the button.
I mean if I enter 08:12:00, I want to get 08:12:00 only, not 1998-12-01
08:12:00.
How can I do that ?
Thanks
Charles shao
There is a DateTimePicker whoes Format = Time.
I find it only displys as time edit, but in fact, this control still control
Full DateTime when you click the button.
I mean if I enter 08:12:00, I want to get 08:12:00 only, not 1998-12-01
08:12:00.
How can I do that ?
Thanks
Charles shao