04/01/2010, 09:40
|
| | | Fecha de Ingreso: diciembre-2008 Ubicación: Zaragoza(España)
Mensajes: 624
Antigüedad: 16 años Puntos: 31 | |
Respuesta: Problema MonthName(Month(Date())-1) Está en C# pasarla a VB no te costara mucho, con texto en castellano.
using System.Globalization;
string mes = Convert.ToString(CultureInfo.CurrentCulture.DateTi meFormat.GetMonthName(DateTime.Now.AddMonths(-1).Month)); |