I want to get today\'s date + one year. How do I achieve this with PHP\'s date functions?
Best and easy solution... You can change month or year or day.
date('Y-m-d',strtotime("+1 day +2months +1 year"));