What is currently the best, free time picker for WPF?
问题 I'm looking for a simple time picker control for WPF. I've found found this one: http://marlongrech.wordpress.com/2007/11/18/time-picker/ but it has some issues e.g. you can't type in "00" into it, the second zero won't appear. Silverlight seems to have one: http://jesseliberty.com/2009/03/28/toolkit-control-%E2%80%93-timepicker/ but it's not for WPF . The WPF Toolkit has a DatePicker but not a TimePicker by itself. Or is there a way to allow the user to enter time and date in the WPFToolkit