I want to show MM/dd/yyyy HH:mm format using UltraDateTimeEditor. How can I show this.
I want to show as attached image
I have tried with “{date} hh:mm” in MaskInput. That works fine as expected.
But How can I enable timepicker also for the UltraDateTimeEditor. That means same like as I'm allowing to pick specific date, how can I also allow to pick time
You can't. There is no time picker. The control exposes several properties, beginning with the word 'Spin', which you can use to display spin buttons next to the date fields; that is the only UI that exists for the time component.