Answers for "current year in php code"

PHP
0

how to get the current year in php

Get the current year using PHP:
  
<?php 
	echo date("Y"); 
?>
Posted by: Guest on October-19-2020

Browse Popular Code Answers by Language