Answers for "how to add one year to a date php"

PHP
1

add a year php

$end = date('Y-m-d', strtotime('+5 years'));
Posted by: Guest on June-24-2020

Browse Popular Code Answers by Language