Ford's Garage

Small garage of one Ford in the big internet


Change date and time format globally



namespace NameSpace;

internal static class Program
{
    private static void Main()
    {
        System.Threading.Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.GetCultureInfo("ru-RU");
        Console.WriteLine(DateTime.Now.ToString());
    }
}
https://stackoverflow.com/questions/1389187/set-default-datetime-format-c-sharp