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