Date Input Demo

Testing date field styling (vs other inputs) and default value behavior.

Date + text input with shared styles (HeroHookFormProvider)

Both fields should look the same (variant, size, radius). Birth Date uses a new Date() default; Event Date uses an ISO string ("2025-03-20"). Both are converted to CalendarDate.

Birth Date
06
15
1995
Event Date
03
20
2025

ZodForm with Date and ISO string defaults

Start Date uses new Date(2000, 0, 1); converted to CalendarDate internally.

Start Date (default 2000-01-01)
01
01
2000