The JSON encoder is bad at encoding dates. It seems to interpret them as a
standard object and encodes them with no properties. The Ajax engine
converts dates to strings before the JSON encoder sees them so normally
it's not a problem, however when the date is inside a javascript object,
the Ajax engine simply passes the object to the JSON encoder to handle, and
it gets left out of the resultant JSON string.
Original issue reported on code.google.com by SnowDe...@gmail.com on 27 Aug 2006 at 10:02
Original issue reported on code.google.com by
SnowDe...@gmail.com
on 27 Aug 2006 at 10:02