# araddon/dateparse

GoLang Parse many date strings without knowing format in advance.

Repository: https://github.com/araddon/dateparse
Canonical: https://ross.abutalabs.com/products/dateparse
Language: Go
License: MIT
License Family: permissive
Topics: golang, time, date, datetime, dates
Last push: 2023-12-30T19:10:51+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4517, "days_push": 977, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2139, forks 174 (observed 2026-08-28T04:06:18.216100+00:00)

## What it is
A Go library that parses date strings in many formats without knowing the format in advance, using a byte-scanning state machine for speed. It also ships a small CLI for testing date formats.

## Use cases
- parse arbitrary date strings in go
- detect date format from a string
- parse dates without knowing the layout
- convert messy datetime strings to time.Time
- get the layout string for a parsed date
- handle ambiguous mm/dd vs dd/mm dates

## When to choose
- you receive date strings from many sources with unknown formats
- you need fast parsing compared to trying many layouts
- you want a strict mode that rejects ambiguous dates

## When to avoid
- you always know the exact date format in advance
- you need dd/mm/yyyy preferred over mm/dd/yyyy for ambiguous dates
- you need active development or new features

## Facets
- artifact type: library
- maturity: maintenance
- function: parser, date-time
- domain: developer-tools, parsers
- platform: go, cli, cross-platform
- tags: date-parsing, go-library, state-machine, format-detection

## Member repositories
- araddon/dateparse (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:18.216100+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:51:30.729764+00:00, confidence not recorded.
  - readme: https://github.com/araddon/dateparse (fetched 2026-08-28T04:06:18.216100+00:00, sha 392cb226e1f7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
