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