2015年2月5日

C# 日期格式转换 string类型 20150329 转换为 2015/03/29

摘要: DateTime.ParseExact("20150329", "yyyyMMdd", System.Globalization.CultureInfo.CurrentCulture).ToString("yyyy/MM/dd"); 阅读全文

posted @ 2015-02-05 15:23 张晓虹 阅读(153) 评论(0) 推荐(0) 编辑

导航