How am I able to get the value of the previous year using PHP. Are there any predefined functions for it?
$year = date("Y"); $previousyear = $year -1;
http://php.net/manual/de/function.date.php