users@jersey.java.net

[Jersey] Re: Date serialization format

From: Leonardo Silveira <sombriks_at_gmail.com>
Date: Fri, 18 Nov 2011 17:16:13 -0300

maybe it helps:

http://stackoverflow.com/questions/1465946/java-jaxb-and-using-char


Em Sex, 2011-11-18 às 18:40 +0900, Sadokhin, Vasiliy escreveu:
> Hello
>
>
> Is there way to specify JSON response date format?
> The default template is "yyyy-MM-dd'T'HH:mm:ss.SSSZ". But I need
> another.
> I tried advices from that
> http://stackoverflow.com/questions/4428109/jersey-jackson-json-date-serialization-format-problem-how-to-change-the-form discussion, but it didn't help me to change date format. Is it possible?
>
>
> Thanks,
> Vasiliy