Manage Content
Default

DD MMM YYYY once selected

States

Choose a date after today.

PropTypeDefaultRequiredDescription
labelstringNoField label.
hintstringNoHelper text shown below the field.
errorstringNoError message — replaces the hint.
minstringNoEarliest selectable date, as YYYY-MM-DD.
maxstringNoLatest selectable date, as YYYY-MM-DD.
Do
  • Constrain min/max when a date range is actually invalid (e.g. a birth date can’t be in the future).
  • Display the chosen date as DD MMM YYYY everywhere else in the product (see Foundations → Data Formatting).
Don't
  • Build a custom calendar widget unless the native picker genuinely can’t express the interaction (e.g. a date range).
  • Accept free-text date entry without a picker — format ambiguity causes real data errors.