object JodaFormats
- Source
- JodaFormats.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JodaFormats
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def jodaDateTimeFormat(pattern: String, timeZone: DateTimeZone = org.joda.time.DateTimeZone.getDefault): Formatter[DateTime]
Formatter for the
org.joda.time.DateTime
type.Formatter for the
org.joda.time.DateTime
type.- pattern
a date pattern as specified in
org.joda.time.format.DateTimeFormat
.- timeZone
the
org.joda.time.DateTimeZone
to use for parsing and formatting
- implicit val jodaDateTimeFormat: Formatter[DateTime]
Default formatter for
org.joda.time.DateTime
type with patternyyyy-MM-dd
. - def jodaLocalDateFormat(pattern: String): Formatter[LocalDate]
Formatter for the
org.joda.time.LocalDate
type.Formatter for the
org.joda.time.LocalDate
type.- pattern
a date pattern as specified in
org.joda.time.format.DateTimeFormat
.
- implicit val jodaLocalDateFormat: Formatter[LocalDate]
Default formatter for
org.joda.time.LocalDate
type with patternyyyy-MM-dd
.