
09/12/2010, 13:21
|
| | | Fecha de Ingreso: noviembre-2009
Mensajes: 29
Antigüedad: 15 años, 11 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 |