Date & Time Picker
premiumCombined date and time picker in one component.
Overview
The Date & Time Picker combines the calendar date picker and time picker into a single component. Users select both a date and time from one unified UI.
Properties
| Property | Type | Default | Description |
|---|---|---|---|
name | String | "datetime" | Field name used in form data. |
label | String | "Date & Time" | Label displayed above the input. |
placeholder | String | "Select date and time" | Placeholder text. |
required | Boolean | false | Whether a date and time must be selected. |
Features
- Combined calendar + time picker in one UI
- All features of Date and Time pickers
- Single form value output
Tips
Use this instead of separate Date + Time components when you need both values in one field.
Validation
This component uses text validation. See the Validation Guide for details on configuring rules and error messages.