- All Implemented Interfaces:
- Macro<String>
public class DateMacro
extends Object
implements Macro<String>
Macro that will parse the given value (arg1) using the format (arg2) into another format (arg3)
or epoch time if no arg3 is provided. Returns a String with the value.