observable-framework-input-date
Installation
SKILL.md
Input: Date
Observable Framework documentation: Input: Date Source: https://observablehq.com/framework/input-date
API · Source · The date input specifies a date.
const date = view(Inputs.date());
date
We recommend providing a label to improve usability. You can also supply an initial value; this can be specified as a Date instance, a string of the form YYYY-MM-DD, or the corresponding number of milliseconds since UNIX epoch.