RichDateTimeFormatter

final
class RichDateTimeFormatter(val underlying: DateTimeFormatter) extends AnyVal with PimpedType[DateTimeFormatter]
trait PimpedType[DateTimeFormatter]
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def locale: Locale
def parseOption(text: String): Option[TemporalAccessor]
def zone: ZoneId

Concrete fields

val underlying: DateTimeFormatter