Answers for "n months from today php"

PHP
0

n months from today php

$effectiveDate = date('Y-m-d', strtotime("+3 months", strtotime($effectiveDate)));
Posted by: Guest on May-04-2020

Browse Popular Code Answers by Language