WeekdayRepresentation(String)

package js.lib.intl

import js.lib.intl.DateTimeFormat

Available on js

Variables

inlineread onlyLong:WeekdayRepresentation = "long"

(e.g., Thursday)

inlineread onlyNarrow:WeekdayRepresentation = "narrow"

(e.g., T). Two weekdays may have the same narrow style for some locales (e.g. Tuesday's narrow style is also T).

inlineread onlyShort:WeekdayRepresentation = "short"

(e.g., Thu)

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/lib/intl/WeekdayRepresentation.html