Month in Spanish

Hey @Yesid_Granados_Velas

Check this:

String MonthName =
DateTime.Now.ToString("MMMM", System.Globalization.CultureInfo.CreateSpecificCulture("es")).ToString
//Output - noviembre

Regards…!!
Aksh

7 Likes