YeaJur.Mapper时间格式问题

YeaJur.Mapper 最新版本增加了时间格式序列化自定义格式,具体使用如下:


    var model = new { Name = "YeaJur", Date1 = DateTime.Parse("1918-09-09") ,Date2=DateTime.Parse("2017-07-06")};
            var json = model.ToJson("yyyy-MM-dd");
            var str = json;


nuget地址:https://www.nuget.org/packages/YeaJur.Mapper/

github地址:https://github.com/YeaJur/YeaJur.Mapper


转载请注明出处:http://blog.csdn.net/houxingding

你可能感兴趣的:(YeaJur,c#,json)