The only thing I know about using dates is how to use date() to get the time and date and parse it the way I want it. What I want, is to get like a timestamp of the date and time when the code is executed, put that into mySQL and take it out later so I can parse it how I want to at that given time.
Can anyone give me some directions? I don't know how to get the timestamp, exactly how I should store it in mySQL (theres a timestamp thing isn't there?), and how I use that stamp to generate that date.