Please can someone help!
I have been scanning various forums and cannot find the definitive answer to my problem. I am new to php so some of the posts may be accurate but I need more information.
I have created a bullitin board using PHP and MySQL. I am writing a value of "NULL" to a "datetime" MySQL field called "message_stamp".
On a standard select query, I can retrieve the date and time in the following format:
2002-02-02 16:00:01
However, I would like to present the date as:
Sunday, 2nd February 2002 @ 16:00
Can someone please be so kind as to explain what code I need to use to manipulate the output of the date and where I need to insert the various snippets of code.
Many thanks
Jonathan