0

I have a return result like this: o is :

dates [Object { date=12, day=4, hours=0, more...}]

JSONObject o=somefunction();
response.getWriter().write(o.toString());

and this response like [object Object]

but i need to this date format like "dd/mm/yyyy" format.

How i convert this value?

4

1 回答 1

0

JSON 没有日期的概念。最好的方法是使用 unix 时间戳或 ISO 日期时间。没有别的,没有什么习俗。

于 2013-09-20T12:55:52.983 回答