I use DateTime.Now.ToString("MMMM") in order to get the current month’s full name. It works well, but I get it in Hebrew.
Is there an option to control the output language?
I need it to be English.
I use DateTime.Now.ToString(MMMM) in order to get the current month’s full name. It works
Share
You can pass a
CultureInfoobject as an argumentDateTime.ToString():