$fecha = "2007-07-19"; $timestamp = strtotime("+1 day", strtotime($fecha)); $resultado = date("Y-m-d", $timestamp);