In one of my scripts i use the NOW() function to insert a date/time into my database. When I retrieve it from the database it is obviously in this format
2006-05-22 21:54:15
I would like to rearrange it when it is echoed to the screen. So it come out like this
22 - 05 - 2006 21:54:15
What is the best way to acheive this?
Thanks very much.