I’m trying to use jQM-DateBox with data-option timebox in Force Clock Mode, to have a 24h range of hours, as shown here:
[enter link description here][jQM-DateBox Time]
I’ve simply copy pasted the code in my app
<label for="mydate">Time </label>
<input name="mydate" id="mydate" type="date" data-role="datebox" data-options='{"mode": "timebox", "overrideTimeFormat": 24}'>
and it still keep showing me AM/PM mode.
Anyone else noticed this behaviour? Any idea how to resolve it?
Note that in the link above (same code!) everything seems to work properly, and I have no other problems with other jQM-DateBox Mode.
Thank you.
@J.T.Sage I meant the picker shows 12hr mode anyway
To anyone: I’m Italian so i “risolved” downloading this .js file Italian .js script for timebox
and changing timeFormat: 12 statement with timeFormat: 24.
It’s a trick, but it works.
Bye, thanks.