Class ExtraTimeStrings
java.lang.Object
com.github.lgooddatepicker.zinternaltools.ExtraTimeStrings
ExtraTimeStrings, This class holds extra time strings. This includes: # Formats for parsing times
in a particular language. All the fields and functions are static.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DateTimeFormatter
getDefaultFormatForDisplayTime
(Locale locale) static DateTimeFormatter
getDefaultFormatForMenuTimes
(Locale locale) static ArrayList
<DateTimeFormatter> getExtraTimeParsingFormatsForLocale, This will return a list of extra parsing formatters for the specified locale.
-
Constructor Details
-
ExtraTimeStrings
public ExtraTimeStrings()
-
-
Method Details
-
getExtraTimeParsingFormatsForLocale
getExtraTimeParsingFormatsForLocale, This will return a list of extra parsing formatters for the specified locale. If no extra formatters are found, then this will return an empty list. (This will never return null.) -
getDefaultFormatForDisplayTime
-
getDefaultFormatForMenuTimes
-