TimeFormats

case class TimeFormats(dateFormatter: DateTimeFormatter, timeFormatter: DateTimeFormatter, datetimeFormatter: DateTimeFormatter)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object default.type

Value members

Constructors

def this(date: Option[String], time: Option[String], datetime: Option[String])
def this(formats: Map[String, String])
def this(formats: CfgNode)

Concrete methods

def format(fmt: Option[String], locale: Locale, value: TemporalAccessor): String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product