mmntjs
Compatibility-first migration bridge away from moment.js

Docs

Migration Notes

Collect practical notes for teams replacing moment in real systems, not toy examples.

Guidance

Keep Migration Advice Close To Usage Docs

Migration notes should connect real usage patterns to rollout risk. That means highlighting the APIs most likely to require extra scrutiny, not just repeating general advice about careful testing.

  • Flag parsing, invalid-date, locale, and timezone-sensitive APIs first.
  • Recommend targeted comparison fixtures where broad tests are not enough.

How To Use This Doc

Use this page as a migration review aid rather than as a generic tutorial. If the behavior in this area is business-critical, compare it directly against your current moment.js usage and record the outcome before expanding rollout.