Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/12/2010, 13:21
KorbenX
 
Fecha de Ingreso: noviembre-2009
Mensajes: 29
Antigüedad: 14 años, 4 meses
Puntos: 0
Respuesta: Formato de Fecha larga en un Label

Código:
DateTime fecha = DateTime.Now;
this.lblFecha.Text = fecha.ToShortDateString() + " " + fecha.ToShortTimeString();
Espero te sirva