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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more