How to Subtract one Year in Current date using PHP

In this tutorial i will show you how to subtract one year in current date using PHP. Many project need this type specialty so, let’s start in code so you are easily understand how to subtract one year. You may also like How to add one year in current date using php and How to Add Years to Date in PHP.

PHP Code

<?php
echo date('Y/m/d',strtotime("-1 year"));
?>

And if you like this tutorials please share it with your friends via Email or Social Media.

Leave a Reply

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