Answers for "how to generate all years as string in php"

PHP
2

automatic years php

&copy; <?php echo date("Y"); ?>
Posted by: Guest on April-26-2020
1

automatic years php

&copy; 2008-<?php echo date("Y"); ?> // 2008-20??
Posted by: Guest on April-26-2020

Code answers related to "how to generate all years as string in php"

Browse Popular Code Answers by Language