adding 6 months in toda date php 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)));