Ross ROSS = Recommend OSS · open-source software intelligence for agents

Moment.js

Parse, validate, manipulate, and display dates in javascript. observed · 2026-08-28

github.com/moment/moment · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

87/100

  • Activity 99
  • Release rhythm 63
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5664
  • days_rel: 38
  • days_push: 10
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

47914 stars · 6977 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Moment.js is a widely used JavaScript library for parsing, validating, manipulating, and formatting dates and times, with companion package moment-timezone for timezone support. It is now in maintenance mode, meaning it receives no new features and only critical fixes.

Use cases

  • parse and format dates in javascript
  • display relative time like '5 minutes ago'
  • convert dates between timezones
  • format dates for multiple locales
  • validate user-entered dates
  • add or subtract days from a date
  • compare whether a date is between two others

When to choose

  • maintaining an existing codebase that already uses Moment.js
  • you need battle-tested date parsing with extensive locale and timezone support
  • your project cannot easily migrate to modern alternatives

When to avoid

  • starting a new project - the team recommends modern alternatives like Luxon, Day.js, or date-fns
  • you need bundle-size-sensitive code, since Moment is large and not tree-shakeable
  • you need new features or long-term active development

Facets

library · maturity maintenance

date-time internationalization parser serialization web-development frontend developer-tools browser cross-platform date-manipulation timezone-support locale-support legacy-project formatting localization nodejs javascript

5 sources

Member repositories

RepositoryRoleHealth v2
moment/momentmain87
moment/moment-timezoneplugin92

For agents

markdown · JSON · MCP: product_card(name="moment/moment")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem