JQuery Mobile UI DatePicker Change Date Format
问题 I am trying to change the date format in the JQM UI Datepicker. It's got an input which display's the dates as you change them. I need it to display in dd/mm/yyyy format. Can anyone help please? UPDATE: I'm trying this, but nothing's changing: <script> //reset type=date inputs to text $( document ).bind( "mobileinit", function(){ $.mobile.page.prototype.options.degradeInputs.date = true; }); </script> <script language="javascript"> $(document).ready(function() { $.datepicker.formatDate('dd/mm