Package de.xima.fc.utils
Class XDateUtils
java.lang.Object
de.xima.fc.utils.XDateUtils
Utility class for handling dates
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic final Date
nowMinusDays
(long days) Gets the date of the day that is the given number of days agostatic final Date
nowMinusDuration
(Duration duration) Gets the date that is the given duration ago from nowstatic final Date
startOfDay
(Date date) Gets the very start of the given day
-
Method Details
-
nowMinusDays
Gets the date of the day that is the given number of days ago -
nowMinusDuration
Gets the date that is the given duration ago from now -
startOfDay
Gets the very start of the given day
-