function BuscarLicencia() {
$fecha = $this->fecha->format("%Y%m%d");
$query = "SELECT codnov,descripcion
function BuscarLicencia() {
$fecha = $this->fecha->format("%Y%m%d");
$query = "SELECT codnov,descripcion
while($r = $result->fetchRow()) {
$novedad = new MECON_Novedad();
$novedad->codigo = $r[0];
while($r = $result->fetchRow()) {
$novedad = new MECON_Novedad();
$novedad->codigo = $r[0];
$this->fecha->getMonth()."-".
$this->fecha->getDay();
$query = "SELECT novedad, desde, hasta, descripcion
$this->fecha->getMonth()."-".
$this->fecha->getDay();
$query = "SELECT novedad, desde, hasta, descripcion
while($r = $result->fetchRow()) {
$novedad = new MECON_Novedad();
$novedad->codigo = $r[0];
while($r = $result->fetchRow()) {
$novedad = new MECON_Novedad();
$novedad->codigo = $r[0];
//y no le agregue un 0 si es < que 10
$ano = $this->fecha->getYear();
$query = "SELECT novedad,descripcion
//y no le agregue un 0 si es < que 10
$ano = $this->fecha->getYear();
$query = "SELECT novedad,descripcion