Forum : How do you offload the time/date handling to MySQL?
Brief description  about Online courses   join in Online courses
View Balu  Prasad 's Profile

How do you offload the time/date handling to MySQL?

How do you offload the time/date handling to MySQL?
Asked by Balu Prasad | Mar 18, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Balu,
SELECT DATE_FORMAT(techpreparation_timestamp, '%Y-%m-%d') from techpreparation_questions; A similar TIME_FORMAT function deals with time.
Mar 18, 2010