相关疑难解决方法(0)

如何将Datetime字符串转换为当前文化日期时间字符串

我有英文字母"12/1/2011"在英国美国文化中我现在的机器文化是英国英国,这是"dd/mm/yyyy"格式.如何将12/1/2011转换为2011年1月12日.我试过以下格式.

System.DateTime.Parse(result,System.Threading.Thread.CurrentThread.CurrentCulture)
              .ToString(System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat.ShortDatePattern)
Run Code Online (Sandbox Code Playgroud)

但我无法看到任何输出.

-Lokesh.

c#

22
推荐指数
4
解决办法
10万
查看次数

标签 统计

c# ×1