I want to get today\'s date + one year. How do I achieve this with PHP\'s date functions?
echo date('Y', strtotime('+1 year'));