Answers for "php get the year from a date"

PHP
8

php get current year

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

Code answers related to "php get the year from a date"

Browse Popular Code Answers by Language