Date raised
{% comment %}
CONSTRAINTS (Phase 3), edited directly here rather than passed from the
view: unlike the localisation data above, min/max/disabled dates/weekend
masking are THIS FIELD's own business rule, not translated copy, so they
belong in the file you now own. All four are optional; delete any you do
not need.
min / max ISO date strings ("2026-01-01"); either or both.
disabledDates an array of ISO date strings, individually
disabled (e.g. public holidays).
disableWeekends true disables Saturday/Sunday throughout.
Every disabled day is unselectable by pointer AND keyboard-unreachable
(arrow-key movement skips over it entirely) AND announced ", Unavailable"
by its aria-label, never conveyed by dimmed colour alone (WCAG 1.4.1).
{% endcomment %}
Format YYYY-MM-DD. Leave either field blank for an open-ended range.