Answers for "php add year to specified date"

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