I have a form with serveral different date fields. I would like to insert these into a table, along with other info, but in the proper MySQL date format.
My users will be inputing the dates in this format (mm/dd/yy). How would I format this to insert them into the table in the proper DATE fomat.
*NOTE each date field in the database had the DATE type.