Class LocalDateUtility
- java.lang.Object
-
- io.tech1.framework.domain.utilities.time.LocalDateUtility
-
public final class LocalDateUtility extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LocalDateconvertDate(Date date)static LocalDateconvertDate(Date date, ZoneId zoneId)static intgetCurrentDayOfMonth(ZoneId zoneId)static LocalDategetFirstDayCurrentMonth(ZoneId zoneId)static LocalDategetFirstDayMonthsAgo(ZoneId zoneId, int months)static LocalDategetFirstDayPreviousMonth(ZoneId zoneId)static LocalDategetFirstDayTwoMonthAgo(ZoneId zoneId)static LocalDategetLastDayCurrentMonth(ZoneId zoneId)static LocalDategetLastDayMonthsAgo(ZoneId zoneId, int months)static LocalDategetLastDayPreviousMonth(ZoneId zoneId)static LocalDategetLastDayTwoMonthAgo(ZoneId zoneId)static booleanisFirstDayOfMonth(LocalDate localDate)static booleanisLastDayOfMonth(LocalDate localDate)static LocalDatenow(ZoneId zoneId)static LocalDatenow(TimeZone timeZone)
-