Reputation: 57
I tried to display only time in datepicker control
in my application i want the user to select only time from the datepicker. i don't know how to display only time in datepicker if any one have any idea give some code sample
Upvotes: 0
Views: 4680
Reputation: 10555
You can use Extended WPF Toolkit
, in that you will find a ready TimePickerControl
.
you can download from this link
http://wpftoolkit.codeplex.com/wikipage?title=TimePicker&referringTitle=Home
Upvotes: 2