Uses of Class
com.helger.commons.datetime.PDTMask
Packages that use PDTMask
-
Uses of PDTMask in com.helger.commons.datetime
Methods in com.helger.commons.datetime that return PDTMaskModifier and TypeMethodDescriptionstatic PDTMask<LocalDateTime> PDTMask.localDateTime(String sPattern) static PDTMask<OffsetDate> PDTMask.offsetDate(String sPattern) static PDTMask<OffsetDateTime> PDTMask.offsetDateTime(String sPattern) static PDTMask<XMLOffsetDate> PDTMask.xmlOffsetDate(String sPattern) static PDTMask<XMLOffsetDateTime> PDTMask.xmlOffsetDateTime(String sPattern) static PDTMask<ZonedDateTime> PDTMask.zonedDateTime(String sPattern) Methods in com.helger.commons.datetime with parameters of type PDTMaskModifier and TypeMethodDescriptionstatic OffsetDateTimePDTWebDateHelper.parseOffsetDateTimeUsingMask(PDTMask<?>[] aMasks, String sDate) Parses a Date out of a string using an array of masks.static ZonedDateTimePDTWebDateHelper.parseZonedDateTimeUsingMask(PDTMask<?>[] aMasks, String sDate, ZoneId aDTZ) Parses a Date out of a string using an array of masks.