I need to know how to make 2 tables. One is a standard dat ie. Aug 23, 2003 and another is time by hours:mins:Secs can someone let me know.
I'd say create a table with an unsigned integer field and put a unix timestamp in it - then use php's date function, or mysql's (if that's what you're using) FROM_UNIXTIME functions to put it in whatever format you want when you bring the data back