Class ChangeDateFunction
java.lang.Object
org.citrusframework.functions.core.AbstractDateFunction
org.citrusframework.functions.core.ChangeDateFunction
- All Implemented Interfaces:
Function
Function changes given date value by adding/subtracting day/month/year/hour/minute
offset values. Class uses special date format to parse date string to Calendar instance.
- Since:
- 1.3.1
-
Field Summary
Fields inherited from interface org.citrusframework.functions.Function
functions, RESOURCE_PATH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.citrusframework.functions.core.AbstractDateFunction
applyDateOffset, getDateValueOffset, getDefaultDateFormat
-
Constructor Details
-
ChangeDateFunction
public ChangeDateFunction()
-
-
Method Details
-
execute
-