mySQL datetime problem

wxdqz

New Member
Hi,

I have insert the date/time from php into mySQL database. Data type in mySQL database is in DATETIME format. It works fine when I insert it in 2000-10-17 16:26:30 format. Now, I want to retrieve this date and show in PHP in 17-Oct-2000 format. How can I do this?
The date(); time(); and other date/time functions from PHP seems didn't accept the arguement (date) from database. Please help.

Thanks.
 
Back
Top