Initially, I just need to be able to reformat a date that is shown to the customer, in their account.
When I take it out of the database it looks like this:
04-10-2004
And I want to display it to the customer like so:
4th October, 2004
also I want to display the date, somewhere else in the site, like this:
04/09/2004
I know this info is probably available on php.net but asking the pro's is soooo much faster than reding through hours of irrelevant material.