摘要:
转自 :http://www.cnblogs.com/quejuwen/p/3517275.html//c datetime 格式化DateTime dt = DateTime.Now;Label1.Text = dt.ToString();//2005-11-5 13:21:25Label2.Text = dt.ToFileTime().ToString();//127756416859912816Label3.Text = dt.ToFileTimeUtc().ToString();//127756704859912816Label4.Text = dt.ToLocalTime().ToS 阅读全文
posted @ 2014-01-13 21:55
devin2
阅读(216)
评论(0)
推荐(0)