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