ManicMax Posted January 10, 2008 Share Posted January 10, 2008 I'm trying to store the data and time informations is inserted into the database. I don't know what the best method is and also I need to be able to search the data by month and then output the day it was submitted also maybe output the date it was submitted in a dd-mm-yy format. Any Help Appriciated! Link to comment https://forums.phpfreaks.com/topic/85413-mysql-date-times/ Share on other sites More sharing options...
revraz Posted January 10, 2008 Share Posted January 10, 2008 Use either mysql's date and time or use unix time. If you use mysql, you'll want to use yyyymmdd as your format though. Link to comment https://forums.phpfreaks.com/topic/85413-mysql-date-times/#findComment-435788 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.