I cannot reproduce this problem. Can you tells us more about your os, web2py version, and provide a complete example to reproduce it?
Massimo On Oct 18, 8:46 pm, "hamdy.a.farag" <[email protected]> wrote: > Hi > > I've a problem displaying datetime > when I make : > > Field("dateAndTimeOfCreation", 'datetime', requires=IS_DATETIME(), > default= datetime.datetime.today()) > > this is displayed as : > > datetime.datetime(.., .., .., .., .., ..., ..) > > How can I make it appear normal without the "datetime.datetime" > prefix ? > > I tries str() but this gives an error --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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 -~----------~----~----~----~------~----~------~--~---

