Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是在ajax调用之后我将它转换为json后返回一个日期和时间的集合这是我得到的“/Date(1377532800000)/”有人知道如何将它转换回原始格式吗?我正在使用 MVC c#
这是特定日期后经过的时间(以秒为单位)。你可以随意格式化它。下面是一个示例格式。只需按照您希望的方式解析 int 并将其转换为字符串,如果这是您希望它的表示方式。
(new Date(parseInt(HDate.substr(6))), 'dddd, MMMM dd yyyy');