Jug-Montpellier / play-Jug

Jug Site in PlayFramework
http://www.jug-montpellier.org
11 stars 4 forks source link

ISSUE #21 #22

Closed eric-taix closed 13 years ago

eric-taix commented 13 years ago

Until next release of Play 1.2.2 here is a fix for date formatting in JSON. I only added a TypeAdapter to Timestamp.class : because when retrieveing a model from Play a date property is in reality a Timestamp instance. I only implemented "serialize" method.