> 2. Why are you using INTs for dates? Why not TIMESTAMPs or DATETIMEs? For mktime() or time() stamps, at least, that's what I like to use. Then users can choose whatever they want via a dropdown, allowing them to easily set zone and date format.