public class DateUtils extends Object
| Constructor and Description |
|---|
DateUtils() |
public static Date addDays(Date date, int amount)
Date is unchanged.date - the date, not nullamount - the amount to add, may be negativeDate with the amount addedIllegalArgumentException - if the date is nullCopyright © 2015 Suncode. All rights reserved.