Answers for "php add 18 years to date"

PHP
1

add a year php

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

Code answers related to "php add 18 years to date"

Browse Popular Code Answers by Language