2019年1月18日

.net core 时间格式转换

摘要: //string time = "2019-01-18 13:50:38"; string time = "2019-01-18 13:50:38 256"; //俩种格式都能识别 r= DateTime.ParseExact(time, new string[] { "yyyy-MM-dd HH:mm:ss fff", "yyyy-MM-dd HH:mm:ss" }, System.Glob... 阅读全文

posted @ 2019-01-18 15:07 跨界农民工 阅读(3331) 评论(0) 推荐(0)

导航