wanasit / chrono

A natural language date parser in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shorthand relative time format

asportnoy opened this issue · comments

Chrono should be able to support shorthand (abbreviations) for relative time. Some of them work already, but some are missing:

  • ❌ 1s ago
  • ❌ 1m ago
  • ✅ 1h ago
  • ❌ 1d ago
  • ❌ 1w ago
  • ❌ 1mo ago
  • ✅ 1y ago

Same applies for future time ("in ___")

Added supported for this in 8abbd83.