Examples
These examples keep the field and popup markup fully owned while the Datepicker controller handles parsing, bounds, calendar math, and overlay navigation.
Booking window
Use a bounded calendar when bookings can only land inside a release window. The same controller drives both plain CSS and Tailwind shells.
Booking window (Plain-CSS)
Constrain the selectable booking window without giving up manual input.
Booking window (Tailwind CSS)
Constrain the selectable booking window without giving up manual input.
Reporting calendar
Swap in a custom adapter when the field format and period label follow business conventions instead of the default locale input.
Reporting calendar (Plain-CSS)
Swap in a reporting adapter when the field format and period label follow business conventions.
Reporting calendar (Tailwind CSS)
Swap in a reporting adapter when the field format and period label follow business conventions.