Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (25 Forks)github user discovery
datetimeenhancementhacktoberfest

Repository-Metriken

Stars
 (21 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Create a validator for date strings without time components (YYYY-MM-DD format).

Tasks:

  • Validate date format and ranges (e.g., month 1-12, day appropriate for month)
  • Support configurable date format patterns
  • Add min_date and max_date optional constraints
  • Include examples for birthdate validation

Contributor Guide