Hi, 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:
jQM-DateBox TimeBoxI'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.