Quantcast
Channel: Comments on: ExtJS JSON Date Serializer: TimeZones and Format
Browsing all 4 articles
Browse latest View live

By: jlcampos

Hi. Im using your piece of code and trying to send dates from extjs frontend to server code that uses resteasy with jackson to support the json serialization/deserialization. Im sending this date...

View Article



By: Abou Kone

I remember that error, I don’t have access to the code anymore but it definitely was a formatting error. It is a very small detail but check the formatting you are using against the formats returned in...

View Article

By: jlcampos

Thanks Abou, Finally i got it, im doing this as below: Ext.util.JSON.encodeDate = function(o) { return ‘”‘ + o.toISOString() + ‘”‘; } Now it works, regards from MX

View Article

By: Abou Kone

De nada Jose, but even more thanks for coming back and posting your solution!

View Article
Browsing all 4 articles
Browse latest View live




Latest Images