Use strtotime() to convert it to a Unix timestamp (number of seconds past Jan. 1, 1970, the "Unix Epoch") then use date() to put it into the form you want.
Refer to the PHP manual on these functions if you have questions on how to use them. Good luck!