const DATE: &str = r"-?\d{4,}-\d{2}-\d{2}";
A four-or-more digit year, a month, and a day. Whether the day exists is calendar’s question.
calendar