MonthRepresentation(String)

package js.lib.intl

import js.lib.intl.DateTimeFormat

Available on js

Variables

inlineread onlyLong:MonthRepresentation = "long"

(e.g., March)

inlineread onlyNarrow:MonthRepresentation = "narrow"

(e.g., M). Two months may have the same narrow style for some locales (e.g. May's narrow style is also M).

inlineread onlyNumeric:MonthRepresentation = "numeric"

(e.g., 2)

inlineread onlyShort:MonthRepresentation = "short"

(e.g., Mar)

inlineread onlyTwoDigit:MonthRepresentation = "2-digit"

(e.g., 02)

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