I\'m deploying a .NET applications to another machine.
in console application, the value of
DateTime.Today.ToLongDateString();
is
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US"); DateTime.Today.ToLongDateString();