Hi,
is it possible to use the showTimeButton feature without AM/PM format?
As an example I have used your standard fiddle for showTimeButton http://jsfiddle.net/jqwidgets/38qo78yy/ and tried to achieve this with changing the format string.
With formatString: “dd.MM.yyyy HH:mm:ss” it is possible to enter an hour value of 23 but in the display string it is replaced with 11. The AM/PM selector is displayed in the input mask.
I also tried formatString: “dd.MM.yyyy hh:mm:ss”, there it gets weirder, the AM/PM selector is gone from the input mask and then of course I can only enter values between 1 and 12.
Could you please take a look into that matter and tell me if it’s possible to enter a Date like 06.07.2015 23:00:00 and have that displayed?
Kind Regards
Klaus