![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/01/2010, 09:40
|
![Avatar de triqui](http://static.forosdelweb.com/customavatars/avatar277103_1.gif) | | | Fecha de Ingreso: diciembre-2008 Ubicación: Zaragoza(España)
Mensajes: 624
Antigüedad: 16 años, 2 meses 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)); |