摘要: 在使用EasyUI做后台时,使用表格datagrid,用Newtonsoft.Json转换为Json格式后,时间显示为2013-06-15T00:00:00形式。 后来研究了一下Newtonsoft.Json,在使用Newtonsoft.Json转换时,如转换时带有日期的对象。代码如下:Newtonsoft.Json.Converters.IsoDateTimeConvertertimeConverter=newNewtonsoft.Json.Converters.IsoDateTimeConverter();timeConverter.DateTimeFormat="yyyy 阅读全文
posted @ 2013-06-19 13:22 weixiao520 阅读(994) 评论(0) 推荐(0) 编辑