in reply to MySql Date and Time Manipulation
In particular, take a look at DATE_ADD() and DATE_SUBTRACT(), which will return a date offset from a given date by a certain amount (i.e. 1 DAY).Thanks, TECHy