Answers for "get the current year with date function in php"

PHP
8

php get current year

// get current year using php
<?php echo date("Y"); ?>
Posted by: Guest on August-03-2020
-1

year in php

date('Y')
Posted by: Guest on September-13-2021

Code answers related to "get the current year with date function in php"

Browse Popular Code Answers by Language