DateTimeFormat

@native @JSType trait DateTimeFormat extends StObject
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def format(): String
def format(date: Date): String
def format(date: Double): String
def formatToParts(date: Date): Array[DateTimeFormatPart]
def formatToParts(date: Double): Array[DateTimeFormatPart]

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object