Answers
To get the data from database between today and one year before
SELECT * FROM table WHERE date<= DATE_SUB(NOW(),INTERVAL 1 YEAR);