I'm trying to set the Date/Time picker to show either only a Time-selection
drop-down, or both the date and time options in the drop-down. As far as I
can tell, the built-in Date Picker only shows a calendar control.
Is there a control that I can plug in (add) to my form, or one that I can
create quickly/easily in .NET?
Thanks,
Mark
Brian Teutsch [MSFT] - 30 Mar 2005 18:54 GMT
You can set a textbox to display the time only by using "Format" in the
Textbox Properties. Users can then type in the time simply as "9 AM" or many
other ways. If you do this, however, your dates will be erased when you edit
that field. If you need to preserve your date, you'll have to write your own
custom control.
Brian
> I'm trying to set the Date/Time picker to show either only a
> Time-selection
[quoted text clipped - 6 lines]
> Thanks,
> Mark