2015年2月27日

C# 日期格式

摘要: DateTime dt = DateTime.Now;//2010年10月4日 17点05分 string str = ""; //str = string.Format("{0:y yy yyy yyyy}", dt); //10 10 2010 201... 阅读全文

posted @ 2015-02-27 15:11 neights 阅读(161) 评论(0) 推荐(0) 编辑

导航