globlization and localization && console type application exit
class Program
{
static void Main(string[] args)
{
List<DateTime> DateList = new List<DateTime>();
DateList.Add(DateTime.Parse("2011-02-10"));
DateList.Add(DateTime.Parse("2011-02-09"));
DateList.Add(DateTime.Parse("2011-02-10"));
DateList.Add(DateTime.Parse("2011-02-11"));
DateList.Add(DateTime.Parse("2011-02-11"));
DateList.Add(DateTime.Parse("2011-01-21"));
DateList.Add(DateTime.Parse("2011-02-09"));
DateList.Add(DateTime.Parse("2011-02-11"));
DateList.Add(DateTime.Parse("2011-01-20"));
DateList.Add(DateTime.Parse("2011-01-14"));
DateList.Add(DateTime.Parse("2011-01-13"));
DateList.Add(DateTime.Parse("2011-02-11"));
DateList.Add(DateTime.Parse("2011-02-10"));
DateList.Add(DateTime.Parse("2011-02-09"));
DateList.Add(DateTime.Parse("2011-02-10"));
DateList.Add(DateTime.Parse("2011-02-09"));
Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-us");
foreach (DateTime dt in DateList)
{
Console.WriteLine(dt);
}
Console.Read();
Environment.Exit(0);
}
}
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· .NET开发智能桌面机器人:用.NET IoT库编写驱动控制两个屏幕
· 用纯.NET开发并制作一个智能桌面机器人:从.NET IoT入门开始
· 一个超经典 WinForm,WPF 卡死问题的终极反思
· ASP.NET Core - 日志记录系统(二)
· .NET 依赖注入中的 Captive Dependency
· 互联网不景气了那就玩玩嵌入式吧,用纯.NET开发并制作一个智能桌面机器人(二):用.NET IoT库
· 几个自学项目的通病,别因为它们浪费了时间!
· 在外漂泊的这几年总结和感悟,展望未来
· .NET 数据拷贝方案选择
· .net工作流elsa-书签