Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/07/2009, 16:06
Avatar de Restart
Restart
 
Fecha de Ingreso: marzo-2009
Mensajes: 84
Antigüedad: 15 años, 11 meses
Puntos: 0
Respuesta: fechas visual .net

Cita:
Iniciado por Dradi7 Ver Mensaje
Pues es muy largo el codigo que has puesto seria mas corto si haces esto

Código C#:
Ver original
  1. String FechaMinima = Datetime.Now.ToString("1/MM/yyyy");
  2. String FechaMaxima = Datetime.Now.AddMonths(1).AddDays(-1).ToString("dd/MM/yyyy");
Me podrias facilitar el codigo en visual basic por favor