Time Field

Segmented time input bound to OrbitalDateTime on a reference calendar day.

TimeField renders hour/minute (and meridiem for 12-hour) segments. Parsed values are anchored to appearance.reference_date or the nearest DatetimeLocale default. For scroll-column time selection, use core TimePicker.

  • Time-of-day entry with keyboard-friendly segments
  • Scheduling forms paired with a date field on the same reference day
  • Bind Option<OrbitalDateTime> via TimeFieldBind.
  • Set appearance.format to Time12 or Time24.
  • Set appearance.timezone and reference_date when the anchor day or zone differs from defaults.
Time segments

Default 12-hour segmented input with bind readout for E2E.

none
24-hour format

Hour and minute segments without meridiem.

Bind readout

Completed segments update the bound value readout.

none