How to add the time and date into MySql?

gesf

Active member
I always suggest using unix timestamp for storing date/time information with the help of MySQL's FROM_UNIXTIMESTAMP function. Date/time field should be varchar ...
Check out the code i've posted in this topic.

Hope it helps!
 
Back
Top