Package org.cxbox.core.util
Class DateTimeUtil
java.lang.Object
org.cxbox.core.util.DateTimeUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DateTimeFormatterstatic final Patternstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TemporalAdjusterstatic TemporalAdjusterstatic TemporalAdjusterstatic TemporalAdjusterstatic TemporalAdjusterstatic TemporalAdjusterstatic TemporalAdjusterstatic TemporalAdjusterstatic TemporalAdjusterstatic TemporalAdjusterstatic TemporalAdjusterstatic TemporalAdjusterstatic TemporalAdjusterstatic TemporalAdjusterstatic StringdateTimeToString(LocalDateTime dateTime) static StringdateTimeToString(LocalDateTime dateTime, String pattern) static TemporalAdjusterstatic TemporalAdjusterfromSession(boolean tzAware) static LocalDateTimefromSession(LocalDateTime localDateTime) static intstatic booleanisMonthYearAfterDate(String month, String year, LocalDateTime createdDateTime) static booleanisSameDay(LocalDateTime dateTime1, LocalDateTime dateTime2) static LocalDateTimenow()static LocalDateTimestatic LocalDateTimestringToDateTime(String dateTime) static LocalDateTimeswitchZone(LocalDateTime localDateTime, ZoneId from, ZoneId to) static DatetoDate(LocalDateTime localDateTime) static InstanttoInstant(LocalDateTime localDateTime) static InstanttoInstant(LocalDateTime localDateTime, ZoneId zoneId) static LocalDateTimetoLocalDateTime(Date date) static LocalDateTimetoLocalDateTime(Instant instant) static LocalDateTimetoLocalDateTime(OffsetDateTime offsetDateTime) static LocalDateTimetoLocalDateTime(ZonedDateTime zonedDateTime) static LocalDateTimetoLocalDateTime(Calendar cal) static LocalDateTimetoLocalDateTime(Date date) static LocalDateTimetoLocalDateTime(XMLGregorianCalendar calendar) static StringtoOracleSql(LocalDateTime localDateTime) static TemporalAdjusterstatic TemporalAdjustertoSession(boolean tzAware) static LocalDateTimetoSession(LocalDateTime localDateTime) static ZonedDateTimetoZonedDateTime(LocalDateTime localDateTime, ZoneId zoneId)
-
Field Details
-
ISO_PATTERN
-
TIMESTAMP_FORMAT
- See Also:
-
DATE_TIME_FORMATTER
-
-
Constructor Details
-
DateTimeUtil
public DateTimeUtil()
-
-
Method Details
-
dateTimeToString
-
dateTimeToString
-
stringToDateTime
-
toDate
-
toLocalDateTime
-
toLocalDateTime
-
toLocalDateTime
-
toLocalDateTime
-
toLocalDateTime
-
toLocalDateTime
-
toLocalDateTime
-
toInstant
-
toInstant
-
toZonedDateTime
-
now
-
sessionNow
-
toSession
-
toSession
-
toSession
-
fromSession
-
fromSession
-
fromSession
-
asEndOfDay
-
asStartOfDay
-
switchZone
-
toOracleSql
-
getNumberMonthByName
-
asStartOfQ1
-
asEndOfQ1
-
asStartOfQ2
-
asEndOfQ2
-
asStartOfQ3
-
asEndOfQ3
-
asStartOfQ4
-
asEndOfQ4
-
asStartOfFirstHalfYear
-
asEndOfFirstHalfYear
-
asStartOfSecondHalfYear
-
asEndOfSecondHalfYear
-
isMonthYearAfterDate
public static boolean isMonthYearAfterDate(String month, String year, LocalDateTime createdDateTime) -
isSameDay
-