<?php include('/path/to/class/Date.class.php'); $date = new Date(); echo $fecha = $date->fechaactual(); echo $fecha = $date->operar($fecha,"+","mes",3); ?>