Phara UI v2.x

Date Picker

A flexible date picker component that supports manual entry and calendar selection.

Basic

Default date picker with label.

/ /
Blade
<x-ui::date-picker label="Select Date" value="2024-05-20" />
Date Format

Choose between US (MDY) or International (DMY) input formats.

/ /
/ /
Blade
<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" />