via xml, I am getting variables that give time in this format: 2012-06-25 19:00:00
I'd like it to be converted in this format: June 25 - 7:00PM
I have looked at mktime and strtotime, but im not sure how to handle a format that comes as a date AND time.