编程论坛
注册
登录
编程论坛
→
ASP.NET技术论坛
这样的时间格式 如何得到
liaohongchu
发布于 2010-05-04 15:51, 509 次点击
Aug 29 , 2009
2 回复
#2
yms123
2010-05-05 18:51
System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US");
string date = DateTime.Now.ToString("MMM dd,yyyy");
#3
misswang
2010-05-05 20:56
设置时间的显示格式(MMM,dd,yyyy);
1