Catalog108 / challenges / dynamic/date-picker/custom
Custom JS date picker
What this challenge teaches
Teaches: A bespoke date-picker widget, not <input type="date">. Click days to pick.
Expected output: Click the picker programmatically or set the underlying input value directly.
Submit your scraper's JSON output to /challenges/dynamic/date-picker/custom/grade
(grader endpoint is part of a later phase; URL is reserved now).
A custom date picker, clicking a day fills the (read-only) input. Browser automation must click the picker, OR set the underlying input value directly via JS.