how to call current year on php code example Example: php get current year // get current year using php <?php echo date("Y"); ?>