Nearest date by condition
Finds the nearest future date matching a condition: next Monday, Friday, 1st of month, end of month, etc.
Finds the nearest future date matching a condition: next Monday, Friday, 1st of month, end of month, etc.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Source date | date | yes | |
| Condition: monday/tuesday/wednesday/thursday/friday/saturday/sunday / first-day / last-day / next-weekday | string | yes | |
| Include today if it already matches (Y/N, default N) | string | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Found date (YYYY-MM-DD) | date |
| Found date (DD.MM.YYYY) | string |
| Days until the found date | int |