View Single Post
  #1 (permalink)  
Old 08-11-2004, 03:53 PM
northernladuk northernladuk is offline
WebProWorld Pro
 

Join Date: Jun 2004
Location: UK
Posts: 118
northernladuk RepRank 0
Default 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
Reply With Quote