Class ChangeDateFunction

java.lang.Object
org.citrusframework.functions.core.AbstractDateFunction
org.citrusframework.functions.core.ChangeDateFunction
All Implemented Interfaces:
Function

public class ChangeDateFunction extends AbstractDateFunction
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