Hello,
I need to add 65 years to a birth date to compute the retirement date for an individual. I need to take leap years into account and was using the following example which fails when the result is > 1-19-2038:
$retire = strtotime("1974-01-06 + 65 years"
;
Is there a workaround I can use that takes leap years into account?
Thanks for your help,
David
I need to add 65 years to a birth date to compute the retirement date for an individual. I need to take leap years into account and was using the following example which fails when the result is > 1-19-2038:
$retire = strtotime("1974-01-06 + 65 years"
Is there a workaround I can use that takes leap years into account?
Thanks for your help,
David