Hey guys,
i've got a problem with a little php project i set myself. I save a value as a type: "timestamp" with a default value of "current_timestamp" into a database. A typical value looks like:
2007-04-03 23:26:05
I was trying to figure out how i can manipulate this value to try and format it into a more friendly string, something like "3rd April 2007 11:26pm". I've looked at all the date and time functions but i cant figure out how to manipulate the initial value.
Thanks for anyones help in advance,
Aj