locked
Time Picker RRS feed

  • Question

  • Hello

    Please, need your help on this .

    I would like to have a Time Picker in my WPF application. 
    I can not find the control in toolbox, I used the DatePicker but it takes 12:00:00 as default value. I would like to lead a result like OS windows date settings windows (with two incrementals buttom to set time)

    The date picker and timepicker being separated, I want to store the final result in a string lile this format

    mm / dd / yyyy hh: ii

    Thanks in advance for your help

    Monday, October 13, 2014 4:21 PM

Answers

  • Hi,

    I hope there is no control gives this feature out of the box in native WPF control set. Either you might have to write a custom control.

    Else

    Use the WPF toolkit which has datetime picker which is from codeplex.

    https://wpftoolkit.codeplex.com/wikipage?title=DateTimePicker


    Monday, October 13, 2014 4:28 PM