@Immutable public final class PDTFromString extends Object
String.@Nullable public static ZonedDateTime getZonedDateTimeFromString(@Nullable String sValue, @Nonnull String sPattern)
@Nullable public static ZonedDateTime getZonedDateTimeFromString(@Nullable String sValue, @Nonnull DateTimeFormatter aDF)
@Nullable public static LocalDate getLocalDateFromString(@Nullable String sValue, @Nullable Locale aParseLocale)
@Nullable public static LocalDate getLocalDateFromString(@Nullable String sValue, @Nonnull DateTimeFormatter aDF)
@Nullable public static LocalDate getLocalDateFromString(@Nullable String sValue, @Nonnull String sPattern)
@Nullable public static LocalDateTime getLocalDateTimeFromString(@Nullable String sValue, @Nullable Locale aParseLocale)
@Nullable public static LocalDateTime getLocalDateTimeFromString(@Nullable String sValue, @Nonnull DateTimeFormatter aDF)
@Nullable public static LocalDateTime getLocalDateTimeFromString(@Nullable String sValue, @Nonnull String sPattern)
@Nullable public static LocalTime getLocalTimeFromString(@Nullable String sValue, @Nullable Locale aParseLocale)
@Nullable public static LocalTime getLocalTimeFromString(@Nullable String sValue, @Nonnull DateTimeFormatter aDF)
@Nullable public static LocalTime getLocalTimeFromString(@Nullable String sValue, @Nonnull String sPattern)
@Nullable public static Duration getDurationFromString(@Nullable String sValue)
Copyright © 2014–2017 Philip Helger. All rights reserved.