-
public final class DateUtils
-
-
Method Summary
Modifier and Type Method Description final CalendargetMidnightCalendar()final CalendargetCalendar()final BooleangetIsToday()final static <ERROR CLASS>setMidnight(Calendar $self)This method sets an hour in the calendar object to 00:00:00:00 final static BooleanisMonthBefore(Calendar $self, Calendar secondCalendar)This method compares calendars using month and year final static BooleanisMonthAfter(Calendar $self, Calendar secondCalendar)This method compares calendars using month and year final static IntegergetMonthsToDate(Calendar $self, Calendar endCalendar)This method is used to count a number of months between two dates final static BooleanisBetweenMinAndMax(Calendar $self, CalendarProperties calendarProperties)This method checks whether date is correctly between min and max date or not final static BooleanisEqual(Calendar $self, Calendar calendar)-
-
Method Detail
-
getMidnightCalendar
final Calendar getMidnightCalendar()
-
getCalendar
final Calendar getCalendar()
-
getIsToday
final Boolean getIsToday()
-
setMidnight
final static <ERROR CLASS> setMidnight(Calendar $self)
This method sets an hour in the calendar object to 00:00:00:00
-
isMonthBefore
final static Boolean isMonthBefore(Calendar $self, Calendar secondCalendar)
This method compares calendars using month and year
- Parameters:
secondCalendar- Second calendar object to compare
-
isMonthAfter
final static Boolean isMonthAfter(Calendar $self, Calendar secondCalendar)
This method compares calendars using month and year
- Parameters:
secondCalendar- Second calendar object to compare
-
getMonthsToDate
final static Integer getMonthsToDate(Calendar $self, Calendar endCalendar)
This method is used to count a number of months between two dates
- Parameters:
endCalendar- Calendar representing a last date
-
isBetweenMinAndMax
final static Boolean isBetweenMinAndMax(Calendar $self, CalendarProperties calendarProperties)
This method checks whether date is correctly between min and max date or not
- Parameters:
calendarProperties- Calendar properties
-
-
-
-