LocalDate

io.github.chronoscala.StaticForwarderImports.LocalDate
object LocalDate extends LocalDateForwarder

Attributes

Source
Imports.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LocalDate.type

Members list

Value members

Inherited methods

def now(zoneId: ZoneId): LocalDate

Attributes

Inherited from:
LocalDateForwarder
Source
LocalDateForwarder.scala
def now(clock: Clock): LocalDate

Attributes

Inherited from:
LocalDateForwarder
Source
LocalDateForwarder.scala
def now(): LocalDate

Attributes

Inherited from:
LocalDateForwarder
Source
LocalDateForwarder.scala
def parse(str: String, formatter: DateTimeFormatter): LocalDate

Attributes

Inherited from:
LocalDateForwarder
Source
LocalDateForwarder.scala
def parse(str: String): LocalDate

Attributes

Inherited from:
LocalDateForwarder
Source
LocalDateForwarder.scala