Answers for "how to show year in word in php from date"

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 "how to show year in word in php from date"

Browse Popular Code Answers by Language