@Function(name="addDays") public class AddDays extends AbstractAddDates
| Constructor and Description |
|---|
AddDays() |
| Modifier and Type | Method and Description |
|---|---|
String |
addDays(String date,
String days)
add days to the date
|
String |
addDays(String format,
String date,
String days)
add days to date
|
protected String |
getMethodName()
override this method to indicate with method on
DateUtils could be called |
addInterval, addInterval@FunctionInvocation public final String addDays(String format, String date, String days)
format - the date formatdate - the datedays - the number of days to add@FunctionInvocation public final String addDays(String date, String days)
date - the datedays - the number of days to addprotected final String getMethodName()
AbstractAddDatesDateUtils could be calledgetMethodName in class AbstractAddDatesDateUtilsCopyright © 2022. All rights reserved.