JodaFormats
play.api.data.format.JodaFormats
object JodaFormats
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JodaFormats.type
Members list
Value members
Concrete methods
Formatter for the org.joda.time.DateTime type.
Formatter for the org.joda.time.DateTime type.
Value parameters
- pattern
-
a date pattern as specified in
org.joda.time.format.DateTimeFormat. - timeZone
-
the
org.joda.time.DateTimeZoneto use for parsing and formatting
Attributes
Formatter for the org.joda.time.LocalDate type.
Formatter for the org.joda.time.LocalDate type.
Value parameters
- pattern
-
a date pattern as specified in
org.joda.time.format.DateTimeFormat.
Attributes
Implicits
Implicits
Default formatter for org.joda.time.DateTime type with pattern yyyy-MM-dd.
Default formatter for org.joda.time.DateTime type with pattern yyyy-MM-dd.
Attributes
Default formatter for org.joda.time.LocalDate type with pattern yyyy-MM-dd.
Default formatter for org.joda.time.LocalDate type with pattern yyyy-MM-dd.
Attributes
In this article