DateTimeFormatCls

@JSGlobal("Intl.DateTimeFormat") @native @JSType class DateTimeFormatCls() extends StObject with DateTimeFormat
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(locales: String)
def this(locales: Array[String])
def this(locales: String, options: DateTimeFormatOptions)
def this(locales: Array[String], options: DateTimeFormatOptions)
def this(locales: Unit, options: DateTimeFormatOptions)

Inherited methods

def format(date: Double): String
Inherited from
DateTimeFormat
def format(date: Date): String
Inherited from
DateTimeFormat
def format(): String
Inherited from
DateTimeFormat
def formatToParts(date: Double): Array[DateTimeFormatPart]
Inherited from
DateTimeFormat
def formatToParts(date: Date): Array[DateTimeFormatPart]
Inherited from
DateTimeFormat
Inherited from
DateTimeFormat
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