Loading page…
Loading page…
Calendar selection and timestamp presentation share locale-aware browser primitives. Product code passes raw Date values; display formatting stays inside components.
Single-date selection composed from beUI Button and Popover. Controlled and uncontrolled values, locale, first weekday, min, and max are supported.
<DatePicker value={date} onChange={setDate} min={windowStart} max={windowEnd} />--ch-surface--ch-primary--ch-focus--ch-lineInline fits prose and ledger rows. Chip adds a raised surface. Both preserve semantic time markup, ISO title text, locale, and time-zone overrides.
<Timestamp value={transaction.timestamp} relative />
<TimestampChip value={block.timestamp} showIcon />