美文网首页
ajax 返回对象中日期格式转换,如 /Date(8285472

ajax 返回对象中日期格式转换,如 /Date(8285472

作者: JuneY | 来源:发表于2019-01-25 16:15 被阅读0次

    通过 ajax 从后台返回对象里面日期是  datetime 格式时,JQ会返回一串字符 如 /Date(828547200000)/

    json 日期返回一串字符需要转换 

    var dateOfBirth = new Date(parseInt(mod.DateOfBirth.replace("/Date(", "").replace(")/", ""), 10));

    相关文章

      网友评论

          本文标题:ajax 返回对象中日期格式转换,如 /Date(8285472

          本文链接:https://www.haomeiwen.com/subject/jifvjqtx.html