Saturday, February 19, 2011

DateTimePicker Control

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

From stackoverflow
  • 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.

  • Have a look at this WPF Date Picker question.

    Cheers

  • 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.

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

0 comments:

Post a Comment