PrimeDatepickerProps
| Extends: | DatepickerProps |
No documentation has been provided.
Properties
| Name | Type | Description |
|---|---|---|
| dateFormat | string | undefined | Format string for displaying dates. |
| hint | | Hint text displayed below the datepicker. |
| inline | boolean | undefined | Display calendar inline instead of overlay. |
| placeholder inherited from DatepickerProps | | |
| selectionMode | "single" | "multiple" | "range" | undefined | Selection mode (single date, multiple dates, or range). |
| showButtonBar | boolean | undefined | Show button bar with today/clear buttons. |
| showIcon | boolean | undefined | Show calendar icon button. |
| styleClass | string | undefined | CSS class to apply to the calendar element. |
| touchUI | boolean | undefined | Enable touch-optimized UI for mobile devices. |
| view | "month" | "year" | "date" | undefined | Initial view to display (date, month, or year). |