Re: [RESOLVED] Date format
if I were you, I'd just store them as unix timestamps and convert them to whatever I need to at runtime. It depends what you're comfortable with, I guess.
Re: [RESOLVED] Date format
Yes i was told this before by visualad, however im using phpMyAdmin, and i cant seem to find the unix timestamp option :O
Re: [RESOLVED] Date format
when you're creating a table you just need to make your date fields an integer that holds 11 figures (ie: int(11)) instead of "date" or "timestamp" types.