Package de.xima.fc.utils
Class XDateUtils
- java.lang.Object
-
- de.xima.fc.utils.XDateUtils
-
public class XDateUtils extends Object
Utility class for handling dates- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Date
nowMinusDays(long days)
Gets the date of the day that is the given number of days agostatic Date
nowMinusDuration(Duration duration)
Gets the date that is the given duration ago from nowstatic Date
startOfDay(Date date)
Gets the very start of the given day
-