fromNowShort
Formats the date as a relative time string (e.g., "5m ago", "in 2h") using locale-specific formatting.
fromNowShort()
Formats the date as a relative time string (e.g., "5m ago", "in 2h") using locale-specific formatting.
Signature
fromNowShort(): stringReturn Type
string - Short duration string, from year to second
Notes
- Returns strings like "2h ago", "in 5m"
Example
playground.ts
Info
For detailed usage with object value please refer to fromNow method
Last updated: Thu, May 21, 2026 04:59:08PM (UTC)
