2008年5月17日

C#格式化日期时间

摘要: DateTime dt = DateTime.Now; Label1.Text = dt.ToString();//2005-11-5 13:21:25 Label2.Text = dt.ToFileTime().ToString();//127756416859912816 Label3.Text = dt.ToFileTimeUtc().ToString();//127756704859912... 阅读全文

posted @ 2008-05-17 19:15 online 阅读(1114) 评论(2) 推荐(0) 编辑

导航