Answers for "year get php"

PHP
8

php get current year

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

Browse Popular Code Answers by Language