pub fn is_iso8601_date(value: &str) -> Result<(), ValidationError>
Check if value is a valid ISO 8601 date (e.g., YYYY-MM-DD)
2025-06-04