Here is my input type date
<input style="background:transparent;color:white !important;" class="col-xs-6" type="date" name="date">
On desktop when I select a date the format is displayed like this: 12/01/2016 but on mobile is something like: Jan 12, 2016. What can I do to keep on mobile the format with slash?