I use the following datepicker: ( http://eternicode.imtqy.com/bootstrap-datepicker/ ) for my date field.
<input class="datepicker" style="width:100px;border-radius: 4px;" type="text" placeholder="Datum" id="startDate"....
I use two different formats "dd.mm.yyyy" and "mm / dd / yyyy", and everything is fine. But on mobile devices, the keyboard opens when I touch the input field.
Because of this, I used my own feed peak with <input type='date'.... , but this one does not support different formats.
Is it possible to disable the keyboard on the input type=text element?
Or do you know any other datepicker with different formats?
thanks for your help
format twitter-bootstrap mobile datepicker input-field
JoHeAnDr
source share