I am currently storing quotes in a mysql database using a standard Y-m-d (2007-05-23) format.
I want to be able to produce a list of quotes from the database but only ones which are less than 365 days old.
To produce the list is easy
select * from quotes
but how do I limit it by date based on my current method of storing the dates?
Its probably really easy but help would be appreciated. I have checked the PHP site but can't seem to find something that exactly fits the bill.







Bookmarks