I store DateTime, LocalDate, LocalDateTime, and DateTimeZone quite a
lot, but I use Objectify (disclosure: I'm the lead author) which
handles the translation for you (if you enable it).  ReadableInstant
objects (eg DateTime) are stored natively as java.util.Date and Local
objects (LocalDate, LocalDateTime, etc) are stored as the ISO-8601
string.

Jeff

On Wed, Jan 25, 2012 at 4:44 PM, Kesava Neeli <nke...@gmail.com> wrote:
> Thanks Jeff. I used JodaTime before but I was stuck with java.util.Date
> since appengine allows only standard java data types. I don't think Joda
> Time object will work on appeninge. Will give a try. Have you stored
> JodaTime objects in datastore?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-java/-/vHFYiyYJGTkJ.
>
> To post to this group, send email to google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to