I tried it with 1.6.2.3 and it didn't work: TypeError: datetime.datetime(2009, 6, 1, 0, 0) is not JSON serializable
On May 24, 7:27 pm, mdipierro <[email protected]> wrote: > yes it does in the sense that you can serialize date,datetimeand > time objects using web2py's simplejson but they are serialized into > isostrings, not javascript date objects. Should they be serialized > into javascript Date objects? pros? Cons? > > Massimo > > On May 24, 3:28 pm, weheh <[email protected]> wrote: > > > Massimo, are you saying that simplejson now supportsdatetime? If yes, > > hallelujah! It's been a real pain converting all my datetimes in my > > calendar program to strings, so this would simplify my code > > considerably. > > > On May 23, 1:57 am, mdipierro <[email protected]> wrote: > > > > forget it. I did it. > > > > Massimo > > > > On May 22, 2:35 pm, mdipierro <[email protected]> wrote: > > > > > can somebody figure out how to serialize in isoformat date and > > > > datetimes in simplejson? > > > > > I would include it in the new gluon/serialize.py/json > > > > > Massimo- Hide quoted text - > > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

