Exemplo n.º 1
0
 public static int getMes()
 {
     return(FechaSistema.getFechaActual().Month);
 }
Exemplo n.º 2
0
 public static int getDia()
 {
     return(FechaSistema.getFechaActual().Day);
 }
Exemplo n.º 3
0
 public static int getAnio()
 {
     return(FechaSistema.getFechaActual().Year);
 }