if u dont understand time() or mktime(), just store ur dates using date field. google mysql date

if ur storing using time(), change ur field type to INT, since its faster then using VARCHAR or CHAR or similar.