jQuery Mobile time input format
Hello,
I'm using a time input on jQuery mobile. When I pick a time from Android on a Galaxy S4 (probably the same problem with iPhone), the default format of time is HH:MM:SS. I would like to display only HH:MM (no seconds).
I use this code :
- <input type="time" data-clear-btn="false" name="time-1" id="time-1" value="">
From a computer (google Chrome), the default format is HH:MM.
Is it possible ton configure a time input format ?
Regards,
JR.