I have the following date format: 2010-04-15 23:59:59
How would I go about converting this into: 15th Apr 2010
Thanks
echo date("jS M Y",strtotime("2010-04-15 23:59:59"));