How to get current month name completely

Hey @Yesid_Granados_Velas

Yes this will Give you what you want :slight_smile:

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

Regards…!!
Aksh

25 Likes