Ver original<?php$fechax = '29-08-2011'; echo date('d-m-Y', strtotime($fechax . '+ 1 day')); //Resultado: 30-08-2011