Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
920
Time picker?
posted

Is there any control which allow the user to pick ONLY time (not date)? May be the UltraDateEditor can be set up some way to achieve this.

 

Here is an example of what I want:

This is a DateTimePicker (from WinForm controls) with a custom formt ("HH:mm") and ShowUpDown set to true.

 

Thanks,

Diego

Parents
No Data
Reply
  • 4940
    Verified Answer
    Offline posted

    Here's the properties you'd need to set for the UltraDateTimeEditor to achieve the same result as you did with the generic MS control:

    MaskInput, set this to {time}.

    SpinButtonDisplayStyle, set this to Always.

    DropDownButtonDisplayStyle, set this to Never.

Children