Yeah, I meant that what I want is: D M j, Y.
Okay, in my db, I have a field called $expdate which would look like this: 2003:07:09 when submitted to the db.
I call this later for listing purposes, but want to keep it in this format within mysql, but convert it to: Wed Jul 9, 2003 for the user to see.
So when echoing $expdate, it should view whatever the date that was in the db in the raw format to the friendly format - purely for the html output.
Is this easily possible? It's easy to do with date() for the current date, but this will almost always be a specific date in the past (several of them, one for each row within the db)
Thanks,
Jonathen