- getAllDateFormats() - Static method in class net.sourceforge.jaulp.date.DateUtils
-
Returns a list with all dateformats from the Interface DateFormats.
- getAllDatePatterns() - Static method in class net.sourceforge.jaulp.date.DateUtils
-
Returns a map with all datepatterns from the Interface DatePatterns.
- getDay(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
-
The Method from the Date.getDay is deprecated.
- getHours(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
-
The Method from the Date.getHours is deprecated.
- getHumanReadableAge() - Method in class net.sourceforge.jaulp.date.Age
-
Gets a human readable string from the age.
- getHumanReadableAge(int[]) - Method in class net.sourceforge.jaulp.date.Age
-
Gets a human readable string from the age.
- getMinutes(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
-
The Method from the Date.getMinutes is deprecated.
- getMonth(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
-
The Method from the Date.getMonth is deprecated.
- getSeconds(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
-
The Method from the Date.getSeconds is deprecated.
- getTimezoneOffsetInHours(Date) - Static method in class net.sourceforge.jaulp.date.TimeZoneUtils
-
Gets the timezone offset in hours.
- getTimezoneOffsetInMinutes(Date) - Static method in class net.sourceforge.jaulp.date.TimeZoneUtils
-
Gets the timezone offset in minutes.
- getWeekOfYear(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
-
The week of the year as an int from the given Date-object.
- getYear(Date) - Static method in class net.sourceforge.jaulp.date.DateUtils
-
The year as int from the Date-object.