JavaScripture
Contribute via GitHub Feedback

DateTimeFormat : Object

DateTimeFormat([locales : Array<String>, [options : Object]]) : DateTimeFormat

Constructors

new DateTimeFormat([locales : Array<String>, [options : Object]]) : DateTimeFormat
options : {
formatMatcher :StringOne of 'basic' or 'best fit'.
hour12 :Boolean
localeMatcher :String
timeZone :String
}

Example:

Run

Results:

 

Instance Methods

format(date : Date) : String

Example:

Run

Results:

 

resolvedOptions() : Object
return : {
calendar :String
day :String
era :String
hour :String
hour12 :Boolean
locale :String
minute :String
month :String
numberingSystem :String
second :String
timeZone :String
timeZoneName :String
weekday :String
year :String
}

Example:

Run

Results:

 

DateTimeFormat Methods

supportedLocalesOf(locales : Array<String>, [options : Object]) : Array<String>
options : {
localeMatcher :StringOne of 'basic' or 'best fit'.
}

Example:

Run

Results: