Newtonsoft.Json序列化DateTime类型数据

2021-03-14 14:33

阅读:2202

标签:json序列化   new   isod   方法   serialize   数据   time   indent   serial   

Newtonsoft.Json序列化DateTime类型数据为字符串时候,前端显示带了一个T

格式化方法:

IsoDateTimeConverter timeConverter = new IsoDateTimeConverter { DateTimeFormat = "yyyy-MM-dd HH:mm:ss" };

return JsonConvert.SerializeObject(Object,Formatting.Indented,timeConverter);

Newtonsoft.Json序列化DateTime类型数据

标签:json序列化   new   isod   方法   serialize   数据   time   indent   serial   

原文地址:https://www.cnblogs.com/Vinkong/p/12808869.html


评论


亲,登录后才可以留言!