Month Localizer
Class to localize a Month.
This class localizes for standalone usage of the string. For month names, this is typically the nominative grammatical form.
For more info, see Unicode page.
Examples:
JanuaryJanJ1
actual class MonthLocalizer : PolyglotDateTimeLocalizer<ERROR CLASS: Symbol not found for Month> (source)
Class to localize a Month.
This class localizes for standalone usage of the string. For month names, this is typically the nominative grammatical form.
For more info, see Unicode page.
Examples:
JanuaryJanJ1
Class to localize a Month.
This class localizes for standalone usage of the string. For month names, this is typically the nominative grammatical form.
For more info, see Unicode page.
Examples:
JanuaryJanJ1
Constructors
Link copied to clipboard
expect constructor(options: MonthOptions = MonthOptions(), locale: PlatformLocale = getDefaultLocale())