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