Skip to content

Instantly share code, notes, and snippets.

View dgalichet's full-sized avatar

David Galichet dgalichet

  • Freelance
  • France
View GitHub Profile
@dgalichet
dgalichet / Reader.scala
Created April 4, 2014 16:06
Generic Reader
package norm1
import java.text.{ParseException, SimpleDateFormat}
import java.util.Date
import play.api.libs.functional._
import play.api.libs.functional.syntax._
/**
* @author David Galichet.
*/