Possible Duplicate:
How do I use PHP to get the current year?
2009 this year, 2010 next year.
Look at the functions date() and strtotime():
echo date('Y');
echo date('Y', strtotime('+1 year'));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With