@Immutable public final class DateFormatSymbolsFactory extends Object
DateFormatSymbols objects in
the best suitable way. For Java < 1.6 it is to use
"new DateFormatSymbols (Locale)". For Java ≥ 1.6
"DateFormatSymbols.getInstance (Locale)" is more suitable!| Modifier and Type | Method and Description |
|---|---|
static DateFormatSymbols |
getInstance(Locale aLocale) |
@Nonnull public static DateFormatSymbols getInstance(Locale aLocale)
Copyright © 2014 Philip Helger. All rights reserved.