| Package | Description |
|---|---|
| com.helger.commons.datetime |
| Modifier and Type | Method and Description |
|---|---|
static PDTMask<LocalDate> |
PDTMask.localDate(String sPattern) |
static PDTMask<LocalDateTime> |
PDTMask.localDateTime(String sPattern) |
static PDTMask<OffsetDateTime> |
PDTMask.offsetDateTime(String sPattern) |
static PDTMask<Year> |
PDTMask.year(String sPattern) |
static PDTMask<YearMonth> |
PDTMask.yearMonth(String sPattern) |
static PDTMask<ZonedDateTime> |
PDTMask.zonedDateTime(String sPattern) |
| Modifier and Type | Method and Description |
|---|---|
static OffsetDateTime |
PDTWebDateHelper.parseOffsetDateTimeUsingMask(PDTMask<?>[] aMasks,
String sDate)
Parses a Date out of a string using an array of masks.
|
static ZonedDateTime |
PDTWebDateHelper.parseZonedDateTimeUsingMask(PDTMask<?>[] aMasks,
String sDate,
ZoneId aDTZ)
Parses a Date out of a string using an array of masks.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.