dotweblabs / twirl

Yet Another Google App Engine (GAE) Datastore ORM with a twist!
18 stars 8 forks source link

Unmarshalling String "date" field from an Entity #45

Closed kerbymart closed 9 years ago

kerbymart commented 9 years ago

When unmarshalling an Entity String field to a POJO java.util.Date field, check the String if its a valid Date format and set the Date object to the POJO field.