date formatting



I would like to have my users input the date formate as mm-dd-yyyy mysql
wants the data to come down as yyyy-mm-dd.

The question I have is how do I convert from the mm-dd-yyyy to yyyy-mm-dd so
that I can write it out to the database?
.