public class DateUtil extends Object
| Constructor and Description |
|---|
DateUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Date |
addDate(Date startDate,
Integer years,
Integer months,
Integer days) |
static Date |
getCurrentDate() |
static Date |
subtractDate(Date startDate,
Integer years,
Integer months,
Integer days) |
static Date |
toDate(String dateString) |
Copyright © 2017 Alfresco. All rights reserved.