php add 3 months to today code example
Example: add 6 months to date in php
$effectiveDate = date('Y-m-d', strtotime("+3 months", strtotime($effectiveDate)));
$effectiveDate = date('Y-m-d', strtotime("+3 months", strtotime($effectiveDate)));