Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


Localize Month Name (Translate)
in .NET/C#, if dtMyDateTime is a DateTime, here is how to get the month name as a localized string:

string monthName = System.Globalization.CultureInfo.CurrentUICulture.DateTimeFormat.GetMonthName(dtMyDateTime.Month);

Created By: amos 9/22/2014 2:41:40 PM