Ive created a data capture form, which people fill in. One field has the date attribute in mysql, hwoever it has defaulted to yyyy-mm-dd
How can I alter this? I want the user to select the date from a drop down D M Y, how can I make a D M Y drop down, so they can choose the date from a predetermined selection? and then how can I make it out put in DD/MM/YYYY format?