Published
Edited
Oct 15, 2021
9 stars
Insert cell
Insert cell
viewof date = Inputs.date()
Insert cell
date
Insert cell
Insert cell
viewof start = Inputs.date({label: "Start", value: "2021-09-21"})
Insert cell
start
Insert cell
Insert cell
viewof rdate = Inputs.date({label: "Date", required: true})
Insert cell
rdate
Insert cell
Insert cell
viewof datetime = Inputs.datetime({label: "Moment"})
Insert cell
datetime
Insert cell
Insert cell
viewof birthday = Inputs.date({label: "Birthday", min: "2021-01-01", max: "2021-12-31"})
Insert cell
birthday
Insert cell
Insert cell
viewof sdate = Inputs.date({label: "Date", submit: true})
Insert cell
sdate
Insert cell
Insert cell
viewof fixed = Inputs.date({label: "Fixed date", value: "2021-01-01", disabled: true})
Insert cell
fixed
Insert cell
viewof readonly = Inputs.date({label: "Readonly date", value: "2021-01-01", readonly: true})
Insert cell
readonly
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more