Newtonsoft.Json序列化 对时间格式化处理

 

 IsoDateTimeConverter timeFormat = new IsoDateTimeConverter();
                    timeFormat.DateTimeFormat = "yyyy-MM-dd HH:mm:ss";
                    Response.Write(JsonConvert.SerializeObject(bll.GetModelList(strWhere), Newtonsoft.Json.Formatting.Indented, timeFormat));

 

posted @ 2013-04-16 17:22  百里水上  阅读(762)  评论(0编辑  收藏  举报