无法格式化JSON日期对象

时间:2015-03-25 11:46:52

标签: jquery json date jsonobject

我无法格式化JSON收到的日期对象。该对象看起来像这样

{
    "date": 2,
    "day": 1,
    "hours": 0,
    "minutes": 0,    
    "month": 2,
    "nanos": 0,
    "seconds": 0,
    "time": 1425234600000,
    "timezoneOffset": -330,
    "year": 115
}

尝试How to format JSON date?以及许多其他方式,但没有运气!!!

我想在 yyyy-MM-dd

中格式化日期

修改

这是浏览器调试器中的对象的样子

enter image description here

0 个答案:

没有答案