Hi.
Im wondering what the best way to store the date in my database.
I will need to use the date to search for certain time frames....
eg all records with date between date 1 and date2 etc.
Im not too familiar with building my own search facilities, but i came up with an idea to store the date as date('Ymd') so i would get 20050419 etc.
Than i could simply do a maths equation.
Is there a standard way to store and search dates that anyone could point me to please.
Thanks very much
Elliott