Hello,
How could i convert the string "18/04/2009" into the format "Sat 18th Apr 09"
I've tried using this:
But this doesnt work as the string isnt in the correct formatCode:$EventDate = strtotime("$EventDate"); $EventDate = date('D jS M y', $EventDate);![]()



Reply With Quote
Bookmarks