From 2a4f1f86741721c973056abe892e798f0790ba12 Mon Sep 17 00:00:00 2001 From: administrador User Date: Mon, 26 Jan 2009 10:42:22 -0600 Subject: [PATCH] Mejoras generales. --- include/fecha.php | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/include/fecha.php b/include/fecha.php index 9c68ffb..cea06fa 100644 --- a/include/fecha.php +++ b/include/fecha.php @@ -2,17 +2,13 @@ /* ConfiguraciĆ³n */ $MesInicio = 1; $DiaInicio = 13; +$AnioInicio = 2009; /*****************************/ -function Combobox_catorcenas($nombre="catorcena", $default=NULL, $cuantas = NULL) { -global $MesInicio, $DiaInicio; -if ( !$default ) { $default = time(); } -if ( $cuantas ) { - $inicio=mktime(0,0,0,date('n',$default),1,date('Y', $default)); -} else { - $inicio=mktime(0,0,0,$MesInicio,$DiaInicio,date('Y', $default)); - $cuantas = 26; -} +function Combobox_catorcenas($nombre="catorcena", $default=NULL, $cuantas = 26) { +global $MesInicio, $DiaInicio, $AnioInicio; +if ( !$default ) { $default=time(); } +$inicio=Obtener_catorcena_cercana($default); $s='