how to change date format on this html user form
问题 I have the html form which enter data into mysql DB, but in input field of date it has this format, (mm/dd/yyyy) BUT I prefer to use this format on entering date (dd/mm/yyyy) Can any body help to change the format. Here the HTML form <html> <head> <body><p>Admition number:<br> <input type="text" class="idNum" id="idnumber" onkeyup="javascript:capitalize(this.id, this.value);" name="idnumber" size="20"> <br /> Former school:<br> <input type="text" id="former_school" onkeyup="javascript