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! Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.