Package com.helger.commons.datetime
Class PDTToString
- java.lang.Object
-
- com.helger.commons.datetime.PDTToString
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetAsString(OffsetDate aDate, Locale aDisplayLocale)static StringgetAsString(XMLOffsetDate aDate, Locale aDisplayLocale)static StringgetAsString(XMLOffsetDateTime aDateTime, Locale aDisplayLocale)static StringgetAsString(XMLOffsetTime aTime, Locale aDisplayLocale)static StringgetAsString(String sFormatPattern, TemporalAccessor aPartial)static StringgetAsString(String sFormatPattern, TemporalAccessor aPartial, Locale aDisplayLocale)static StringgetAsString(LocalDate aDate, Locale aDisplayLocale)static StringgetAsString(LocalDateTime aDateTime, Locale aDisplayLocale)static StringgetAsString(LocalTime aTime, Locale aDisplayLocale)static StringgetAsString(OffsetDateTime aDateTime, Locale aDisplayLocale)static StringgetAsString(OffsetTime aTime, Locale aDisplayLocale)static StringgetAsString(ZonedDateTime aDateTime, Locale aDisplayLocale)
-
-
-
Method Detail
-
getAsString
@Nullable public static String getAsString(@Nullable LocalDate aDate, @Nonnull Locale aDisplayLocale)
-
getAsString
@Nullable public static String getAsString(@Nullable OffsetDate aDate, @Nonnull Locale aDisplayLocale)
-
getAsString
@Nullable public static String getAsString(@Nullable XMLOffsetDate aDate, @Nonnull Locale aDisplayLocale)
-
getAsString
@Nullable public static String getAsString(@Nullable LocalTime aTime, @Nonnull Locale aDisplayLocale)
-
getAsString
@Nullable public static String getAsString(@Nullable OffsetTime aTime, @Nonnull Locale aDisplayLocale)
-
getAsString
@Nullable public static String getAsString(@Nullable XMLOffsetTime aTime, @Nonnull Locale aDisplayLocale)
-
getAsString
@Nullable public static String getAsString(@Nullable LocalDateTime aDateTime, @Nonnull Locale aDisplayLocale)
-
getAsString
@Nullable public static String getAsString(@Nullable ZonedDateTime aDateTime, @Nonnull Locale aDisplayLocale)
-
getAsString
@Nullable public static String getAsString(@Nullable OffsetDateTime aDateTime, @Nonnull Locale aDisplayLocale)
-
getAsString
@Nullable public static String getAsString(@Nullable XMLOffsetDateTime aDateTime, @Nonnull Locale aDisplayLocale)
-
getAsString
@Nullable public static String getAsString(@Nonnull String sFormatPattern, @Nullable TemporalAccessor aPartial)
-
-