@Immutable public final class PDTToString extends Object
String.| Modifier and Type | Method and Description |
|---|---|
static String |
getAsString(LocalDate aDate,
Locale aDisplayLocale) |
static String |
getAsString(LocalDateTime aDateTime,
Locale aDisplayLocale) |
static String |
getAsString(LocalTime aTime,
Locale aDisplayLocale) |
static String |
getAsString(OffsetDateTime aDateTime,
Locale aDisplayLocale) |
static String |
getAsString(String sFormatPattern,
TemporalAccessor aPartial) |
static String |
getAsString(String sFormatPattern,
TemporalAccessor aPartial,
Locale aDisplayLocale) |
static String |
getAsString(ZonedDateTime aDateTime,
Locale aDisplayLocale) |
@Nullable public static String getAsString(@Nullable LocalDate aDate, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable LocalTime aTime, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable LocalDateTime aDateTime, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable ZonedDateTime aDateTime, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable OffsetDateTime aDateTime, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nonnull String sFormatPattern, @Nullable TemporalAccessor aPartial)
Copyright © 2014–2019 Philip Helger. All rights reserved.