Answers for "get the year date and time php"

PHP
8

php get current year

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

year in php

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

Code answers related to "get the year date and time php"

Browse Popular Code Answers by Language