79420762

Date: 2025-02-07 11:49:23
Score: 0.5
Natty:
Report link

I did something like this:

var culture = System.Globalization.CultureInfo.CreateSpecificCulture("pl");
DateTime.ParseExact("Luty", "MMMM", culture).Month

You can specify any other culture to match your preferences :)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gucu112