views:

1555

answers:

5

I am searching for a DateTimePicker control which can be used as a textbox so user can enter date/time data at will (ie; type in the string "11/09/2008 12:30:00") or can select date/time from a drop down list that contains a calendar/time box (what i meant is that this control can provide both options as mentioned). If you have found such a flexible control (and free too) please give me the needed informaiton to obtain it. Your help is greately appreciated. Thanks a bunch.

-Micheline

A: 

There's the DatePicker and Calendar controls from the WPF team, but I don't believe they handle times (as in your example) - just dates. Worth a look though.

Matt Hamilton
Thanks. Please see my comment
A: 

Have a look at this WPF Date Picker question.

Cheers

Artur Carvalho
Thanks. Please see my commnent.
+1  A: 

I am not sure whether you don't want to use JQuery or not aware of it. But here is this free/open source date time picker from JQuery which does exactly what you are looking for, plus lot more.

hash
Please see my comnent. Thanks for your rsp.
A: 

Telerik has a decent DateTimePicker control but it's not free.

Jeremy Bade
Thanks. Please see my comment.