php get current year -1 code example Example 1: get current year php <?php echo date("Y"); ?> Example 2: php get current year $currentYear=date("Y");//2019