[input type="date"] how to change date format

[input type="date"] how to change date format

Hi,

I am looking for how to change the date format used in jquery mobile. Default one seems to be taken from browser's preference (dd/mm/yyyy on mine, yyyy-mm-dd on a friend in UK with the same code), which does not match my needs. I did not find any where googleing it, at least I found no jquerymobile built-in solution. Does such an option exist ?

Thanks for your help.

  1. <div data-role="fieldcontain">
  2. <label for="startdate">Start Date:</label>
  3. <input type="date" name="startdate" id="startdate" />
  4. </div>