Date Operations¶
The Date Operations worker performs date calculations and format conversions, returning the result to the workflow. Use it to retrieve, shift, or reformat dates without writing custom expressions.

Parameters¶
Input¶
| Field | Description |
|---|---|
| Operation | The date operation to perform. Accepts Fixed Select. Default is Retrieve |
| Input Date | The date to operate on. Accepts Fixed Date or Upstream Data. Default is Today |
| Input Date Format | Format of the input date string. Accepts Fixed Select. Default is YYYYMMDD |
| Custom Input Date Format | Custom format string for the input date, used when Input Date Format is set to Custom. Accepts Template Text. Default is %Y%m%d |

Advanced¶
| Field | Description |
|---|---|
| Output Date Format | Format of the returned date string. Accepts Fixed Select. Default is YYYYMMDD |
| Custom Output Date Format | Custom format string for the output date, used when Output Date Format is set to Custom. Accepts Template Text. Default is %Y%m%d |

Result¶
Once the worker finishes successfully, it returns the resulting date as a formatted string.
- Date (string)