You can use auto_now_add=True on your property to automatically store the datetime when the entity was created.
Regards. Saludos. Moisés Belchín. 2013/5/3 Vinny P <[email protected]> > Hello Fabrizio, > > Entities don't automatically store the date they were created on. If you > want that information, you'll have to create that property and set the date > it was created. > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > My Go side project: http://invalidmail.com/ > > > On Tuesday, April 30, 2013 1:42:08 PM UTC-5, Fabrizio Guespe wrote: >> >> Hello! I want to sort a celltable by the last ones added on top, now , to >> do this, i need to sort them by the date they were added to the >> application. Is there a way to get this date? or i have to create a new >> attribute for each class?. Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
