JsLocalDate

smile.json.JsLocalDate
See theJsLocalDate companion class
object JsLocalDate

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(date: Long): JsLocalDate

Obtains an instance from the epoch day count.

Obtains an instance from the epoch day count.

Attributes

def apply(date: String): JsLocalDate

The string must represent a valid date and is parsed using DateTimeFormatter.ISO_LOCAL_DATE.

The string must represent a valid date and is parsed using DateTimeFormatter.ISO_LOCAL_DATE.

Attributes