I'm working on customizing the default DateTimePicker in the Add/Edit task Dialog, the current dialog's General Tab is like the following picture:
As you can see in the picture, the Start Date is a DateTimePicker, but after I selected a time item from the dropdownlist, the input-textbox still won't display the time field I have just selected. What i expected is like:
6/25/2025 8:30AM
But it gave me:
6/25/2025
I tried search the documentations, i found this link:
Customize control in add/edit dialog
but from the sample code snippets in the page, i didn't found a way to customize the format of the DateTimePicker in the task add/edit dialog.
please help. a link or sample code will help a lot. Thanks!