I am really confused.
I am find it really hard to get some simple date info from mysql into a page.
I am aware that php and mysql look at timestamp data very differently, so how do I turn 0305041200 into 04.05.03 at 12.00?
I want to be able to select the date for an individual logged on user, identified by a session variable.
I have read through the php and mysql manual sections, and am aware of the UNIX_TIMESTAMP and date_format() functions, but dont know how to use them for this purpose!
Can anybody point me in the right direction?