
04/01/2006, 08:08
|
 | | | Fecha de Ingreso: noviembre-2004 Ubicación: La Chorrera, Panamá
Mensajes: 86
Antigüedad: 20 años, 5 meses Puntos: 0 | |
Prueba con esto: string fecha = "04/01/2006"; string dia = Convert.ToDateTime(fecha).ToString("dddd", new System.Globalization.CultureInfo("es-PA")); |