1loc icon indicating copy to clipboard operation
1loc copied to clipboard

format relative time

Open walebant opened this issue 4 years ago • 1 comments

With the Intl.RelativeTimeFormat constructor, we can format relative time in a locale-sensitive manner with ease. This lets us format relative time strings without the hassle that comes from manipulating strings.

walebant avatar Jul 28 '20 22:07 walebant

Good work @walebant, better than using the famous package "moment" !

elkarouani avatar Dec 13 '21 20:12 elkarouani