public class ExtraDateStrings extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
monthsNamesForLanguage_ru
monthsNamesForLanguage_ru, This is a constant list of "standalone" month names, for the
Russian locale.
|
Constructor and Description |
---|
ExtraDateStrings() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getDefaultStandaloneLongMonthNamesForLocale(Locale locale)
getDefaultStandaloneLongMonthNamesForLocale, This will return a list of capitalized,
translated, standalone month names for the specified locale.
|
static String[] |
getDefaultStandaloneShortMonthNamesForLocale(Locale locale) |
static ArrayList<DateTimeFormatter> |
getExtraParsingFormatsForLocale(Locale locale)
getExtraParsingFormatsForLocale, This will return a list of extra parsing formatters for the
specified locale.
|
static String[] |
getFormattingMonthNamesArray(Locale locale,
boolean capitalize,
boolean shortVersion)
getFormattingMonthNamesArray, This returns an array with the translated, formatting version
of the month names for the specified locale.
|
public static final String[] monthsNamesForLanguage_ru
public static ArrayList<DateTimeFormatter> getExtraParsingFormatsForLocale(Locale locale)
public static String[] getDefaultStandaloneLongMonthNamesForLocale(Locale locale)
public static String[] getDefaultStandaloneShortMonthNamesForLocale(Locale locale)
public static String[] getFormattingMonthNamesArray(Locale locale, boolean capitalize, boolean shortVersion)
Copyright © 2017. All rights reserved.