Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/08/2010, 14:47
Avatar de Hanstoo
Hanstoo
 
Fecha de Ingreso: julio-2010
Mensajes: 74
Antigüedad: 14 años, 7 meses
Puntos: 1
Respuesta: Validar feccha en c#

YA ENCONTRE LA SOLUCION YO MISMO
he aqqui..

Cita:
if (DateTime.Now.ToShortDateString() >="31/08/2010")
{
MessageBox.Show("es");
this.Close();
}