prabhakar
prabhakar

Reputation: 57

How to display only time in datepicker control in wpf

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

Answers (1)

Linga
Linga

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

Related Questions