What is an appropriate or standard way to structure a date field?? How do you guyss do it/ Tracy🙂
I define it in the database table as either a DATE or DATETIME type, as appropriate. (If using MySQL, see http://dev.mysql.com/doc/refman/4.1/en/date-and-time-types.html for more info.)