Skip to content

formatRelativeTime

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/web/src/app/p/[slugId]/components/uiStrings.ts

Localized relative time ("3 hours ago" / "قبل ٣ ساعات"). Uses Intl.RelativeTimeFormat so ANY documentation language gets correct plural/dual forms for free; <60s uses the catalog's "just now".

Signature

ts
function formatRelativeTime(input: string | Date, lang: string | null): string

Parameters

NameType
input`string
lang`string

Returns: string

Was this page helpful?

Download as PDF