Date and time from MySql without seconds
I am using MySQL and saving the time using the datetime function but this saves HH:mm:ss.
How can I view the time on the webpaeg without the seconds? Can I do it with a function to drop the seconds or do I have to do something with the MySQL so it doesn't save the seconds in the first place?
many thank
|