Date & Time Picker

premium

Combined 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

PropertyTypeDefaultDescription
nameString"datetime"Field name used in form data.
labelString"Date & Time"Label displayed above the input.
placeholderString"Select date and time"Placeholder text.
requiredBooleanfalseWhether 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.

Related components