A flexible date picker component that supports manual entry and calendar selection.
Default date picker with label.
<x-ui::date-picker label="Select Date" value="2024-05-20" />
Choose between US (MDY) or International (DMY) input formats.
<x-ui::date-picker label="US Format (MM/DD/YYYY)" format="mdy" value="2024-05-20" />
<x-ui::date-picker label="International Format (DD/MM/YYYY)" format="dmy" value="2024-05-20" />