Details
| ID | BetweenDates |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | transformer date |
README
Whether value is within a date range.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer, date |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| value | Value to check |
| begin_date | Lower date range |
| end_date | Upper date range |
Outputs
| Path | Description | Type |
|---|---|---|
| BetweenDates.result | Whether the input hour is between the given hours. | boolean |
| BetweenDates.value | The value to check. | string |
| BetweenDates.begin_date | Lower date range. | string |
| BetweenDates.end_date | Upper date range. | string |
commonfields: id: BetweenDates version: -1 name: BetweenDates fromversion: 5.0.0 comment: Whether value is within a date range. script: '' type: python tags: - transformer - date enabled: true args: - name: value required: true description: Value to check. - name: begin_date required: true description: Lower date range. - name: end_date required: true description: Upper date range. outputs: - contextPath: BetweenDates.result description: Whether the input hour is between the given hours. type: boolean - contextPath: BetweenDates.value description: The value to check. type: string - contextPath: BetweenDates.begin_date description: Lower date range. type: string - contextPath: BetweenDates.end_date description: Upper date range. type: string scripttarget: 0 isllm: false subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole tests: - No test