trait DateTimeFormatOptions extends Object
- Annotations
- @JSType()
- Alphabetic
- By Inheritance
- DateTimeFormatOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val day: UndefOr[String]
The representation of the day.
The representation of the day. Possible values are "numeric", "2-digit".
- Annotations
- @JSOptional()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val era: UndefOr[String]
The representation of the era.
The representation of the era. Possible values are "narrow", "short", "long".
- Annotations
- @JSOptional()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val formatMatcher: UndefOr[String]
The format matching algorithm to use.
The format matching algorithm to use. Possible values are "basic" and "best fit"; the default is "best fit". See the following paragraphs for information about the use of this property.
- Annotations
- @JSOptional()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hour: UndefOr[String]
The representation of the hour.
The representation of the hour. Possible values are "numeric", "2-digit".
- Annotations
- @JSOptional()
- val hour12: UndefOr[Boolean]
Whether to use 12-hour time (as opposed to 24-hour time).
Whether to use 12-hour time (as opposed to 24-hour time). Possible values are true and false; the default is locale dependent.
- Annotations
- @JSOptional()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val localeMatcher: UndefOr[String]
The locale matching algorithm to use.
The locale matching algorithm to use. Possible values are "lookup" and "best fit"; the default is "best fit". For information about this option, see the Intl page.
- Annotations
- @JSOptional()
- val minute: UndefOr[String]
The representation of the minute.
The representation of the minute. Possible values are "numeric", "2-digit".
- Annotations
- @JSOptional()
- val month: UndefOr[String]
The representation of the month.
The representation of the month. Possible values are "numeric", "2-digit", "narrow", "short", "long".
- Annotations
- @JSOptional()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val second: UndefOr[String]
The representation of the second.
The representation of the second. Possible values are "numeric", "2-digit".
- Annotations
- @JSOptional()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeZone: UndefOr[String]
The time zone to use.
The time zone to use. The only value implementations must recognize is "UTC"; the default is the runtime's default time zone. Implementations may also recognize the time zone names of the IANA time zone database, such as "Asia/Shanghai", "Asia/Kolkata", "America/New_York".
- Annotations
- @JSOptional()
- val timeZoneName: UndefOr[String]
The representation of the time zone name.
The representation of the time zone name. Possible values are "short", "long".
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val weekday: UndefOr[String]
The representation of the weekday.
The representation of the weekday. Possible values are "narrow", "short", "long".
- Annotations
- @JSOptional()
- val year: UndefOr[String]
The representation of the year.
The representation of the year. Possible values are "numeric", "2-digit".
- Annotations
- @JSOptional()