I am trying to use the jqxDateTimeInput control.
When I set the formatString to “dd-MM-yyyy HH:mm tt” the date and time show as I want.
However, when I click the time button the hour/minute and second can only be entered manually (no scrolling).
If I set the formatString to “F” the time entry uses scrolling, but I really don’t want this date format.
Is there a formatString or property that will allow a date time format of dd-MM-yyyy hh:mm:ss tt AND allow for time selection to use scrolling?
Thank you