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 DatenowMinusDays(long days)Gets the date of the day that is the given number of days agostatic DatenowMinusDuration(Duration duration)Gets the date that is the given duration ago from nowstatic DatestartOfDay(Date date)Gets the very start of the given day
-