I have a date (\"mm/dd/yyyy\") and I want to convert it to a MySQL DATE data type (like yyyy-mm-dd)
How do I do it with PHP?
Lots of ways to do it. I like always converting my dates to a timestamp cause I find it easiest to then do what I want.
In which case:
http://codepad.viper-7.com/Z9vDv7