Centrales |  Componentes |  consola |  Debug |  Default |  Fuentes |  SalidaGrafica |  Seguridad |  SIUToba |  Varios |  Deprecated

toba_fecha

toba_fecha

Ubicada en php/lib/toba_fecha.php [line 5]



Métodos Propios
static mixed   convertir_fecha_a_timestamp()  
static mixed   convertir_timestamp_a_fecha()  
static mixed   convertir_timestamp_a_hora()  
static \toba_fecha   desde_pantalla()  
static mixed   get_meses_anio()  
mixed   __construct ()  
mixed   diferencia_dias ()  
mixed   es_dia_habil ()  
mixed   es_igual_que ()  
mixed   es_mayor_que ()  
mixed   es_menor_que ()  
mixed   get_diferencia ()  
mixed   get_fecha_db ()  
mixed   get_fecha_desplazada ()  
mixed   get_fecha_desplazada_años ()  
mixed   get_fecha_desplazada_meses ()  
mixed   get_fecha_pantalla ()  
mixed   get_parte ()  
mixed   get_timestamp_db ()  
mixed   get_timestamp_pantalla ()  
mixed   separar_fecha_en_partes ()  
mixed   set_fecha ()  
mixed   set_timestamp ()  

static method convertir_fecha_a_timestamp  [línea 120]

  static mixed convertir_fecha_a_timestamp( mixed fecha )

Parámetros:
mixed   fecha: 





static method convertir_timestamp_a_fecha  [línea 127]

  static mixed convertir_timestamp_a_fecha( mixed timestamp )

Parámetros:
mixed   timestamp: 





static method convertir_timestamp_a_hora  [línea 134]

  static mixed convertir_timestamp_a_hora( mixed timestamp )

Parámetros:
mixed   timestamp: 





static method desde_pantalla  [línea 13]

  static \toba_fecha desde_pantalla( mixed fecha )

Crea un nuevo toba_fecha en base a una fecha d/m/a
Parámetros:
mixed   fecha: 





static method get_meses_anio  [línea 202]

  static mixed get_meses_anio( )





__construct   [línea 21]

  mixed __construct( )





diferencia_dias   [línea 89]

  mixed diferencia_dias( mixed fecha2 )

Parámetros:
mixed   fecha2: 





es_dia_habil   [línea 141]

  mixed es_dia_habil( )





es_igual_que   [línea 80]

  mixed es_igual_que( mixed fecha2 )

Parámetros:
mixed   fecha2: 





es_mayor_que   [línea 72]

  mixed es_mayor_que( mixed fecha2 )

Parámetros:
mixed   fecha2: 





es_menor_que   [línea 64]

  mixed es_menor_que( mixed fecha2 )

Parámetros:
mixed   fecha2: 





get_diferencia   [línea 185]

  mixed get_diferencia( mixed fecha2 )

Parámetros:
mixed   fecha2: 





get_fecha_db   [línea 101]

  mixed get_fecha_db( )





get_fecha_desplazada   [línea 45]

  mixed get_fecha_desplazada( mixed dias )

Parámetros:
mixed   dias: 





get_fecha_desplazada_años   [línea 57]

  mixed get_fecha_desplazada_años( mixed anios )

Parámetros:
mixed   anios: 





get_fecha_desplazada_meses   [línea 51]

  mixed get_fecha_desplazada_meses( mixed meses )

Parámetros:
mixed   meses: 





get_fecha_pantalla   [línea 113]

  mixed get_fecha_pantalla( )





get_parte   [línea 151]

  mixed get_parte( mixed parte )

Parámetros:
mixed   parte: 





get_timestamp_db   [línea 95]

  mixed get_timestamp_db( )





get_timestamp_pantalla   [línea 107]

  mixed get_timestamp_pantalla( )





separar_fecha_en_partes   [línea 180]

  mixed separar_fecha_en_partes( )





set_fecha   [línea 32]

  mixed set_fecha( mixed fecha )

Parámetros:
mixed   fecha: 





set_timestamp   [línea 39]

  mixed set_timestamp( mixed timestamp )

Parámetros:
mixed   timestamp: 






Desarrollado por SIU.
Documentación generada con phpDocumentor