Change Month format to Indonesia

HI,

Can you try the following expression?

Datetime.ParseExact("May 2022", "MMM yyyy", System.Globalization.CultureInfo.InvariantCulture).ToString("MMM yyyy",New System.Globalization.CultureInfo("id-ID"))

Regards,

1 Like