you need to use strtotime and date to convert the date to the format that the database expects on the insert.
then use strtotime and date again to convert the yyyy-mm-dd format that is stored in the database to the mm/dd/yy format you want to show on the page.
if you go back through this thread, there are examples of how to do both conversions.