<?php $date = getdate(); $hoy = $date; $mas = strtotime('+90 days', strtotime($hoy)); echo date('d/m/Y', $mas); ?>