PHP hace 3 meses
echo date("d.m.Y", strtotime("-3 Months"));
Friendly Hawk
echo date("d.m.Y", strtotime("-3 Months"));
$effectiveDate = date('Y-m-d', strtotime("+3 months", strtotime($effectiveDate)));