Hi there
I started a thread about this in the MySQL forum about this (http://www.daniweb.com/forums/thread93312.html).
Basically I don't know what my db table design should be like in order for me to sort the dates from most current to latest date.
The format is as follows:
DD Month YYYY eg(05 June 2007)
I was told a little while ago that there might be a way through php to spit the date out in the format shown above while having my table column set to DATE. If you know how that would help alot ;)