DatePicker
A calendar control that outputs the picked date. Use it wherever a model hinges on an as-of date, such as a valuation date or a reporting cutoff, so the date is chosen from a calendar on the form instead of typed into a setting.
Inputs
| Input | Accepts | Required |
|---|---|---|
Default | Date | Optional |
Outputs
| Output | Produces |
|---|---|
Value | Date |
Settings
Typed in on the node or set by the assistant, not wired.
| Setting | Default | Notes |
|---|---|---|
Label | Date | |
SelectedDate | 2026-07-27T00:00:00.0000000-04:00 | The date currently picked; this is the value the node outputs. |
Example
Your rolling forecast blends actuals with projections. Connect the DatePicker to the as-of date of an Actualize node: everything before the picked date comes from actuals, everything after from the forecast. Moving the date from June 30 to July 31 rolls the whole model forward one month.