Please note that we have created a custom timer control with the help of Spinner tag.
This will get updated with the onSpinUp & onSpinDown behaviour TimerImage.png
Current implementation supports the 12 hour format ONLY.
Problem:
We need to support Browser Locales thus the format gets changed for different locales:-
Eg:- for en_US -- Time format is 12 hour 10:23 PM
for en_UK or en_GB -- Time format is 24 hour 22:23
Existing extJS timePicker field behaves accordingly, however it doesn't convey the timer field as user is getting confused by its look and feel of a dropdown.
Existing extJS TimePicker control- TimerImage.png
Questions?
1) Is it possible to update the existing extJS timepicker field to look like the spinner and behave accordingly.
2) Is it possible to update the custom timer filed to support localization?
Please suggest the approach that can be taken next?