Skip to content

How to get the current year in PHP?

// get current year using php
<?php echo date("Y"); ?>
See also  PHP code snippet - How to create shortExample?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.