DateSequence
Generates a run of dates from a start date to an end date, a fixed number of days apart. It gives you a ready-made timeline to hang other numbers on, such as the date spine for a cash-flow schedule or a chart's time axis, without typing the dates by hand.
Inputs
| Input | Accepts | Required |
|---|---|---|
Start | Date | Yes |
End | Date | Yes |
Step | Value (a single number) | Yes |
Outputs
| Output | Produces |
|---|---|
Result | Any |
Settings
Typed in on the node or set by the assistant, not wired.
| Setting | Default | Notes |
|---|---|---|
Step | 1 | The number of days between dates: 1 for daily, 7 for weekly, 30 for a rough monthly spacing. Must be greater than zero. |
Example
You are laying out a weekly cash-flow schedule for the first quarter. Set
Start to 2026-01-05, End to 2026-03-30, and Step to 7, and the node
produces the 13 Mondays in that range. Those dates become the schedule's
timeline, with projected receipts and disbursements lined up against each week.