Search results
135 packages found
Localized relative date/time formatting
Maintenance: 33%. Quality: 62%. Popularity: 21%.
Localized relative date/time formatting in React
Maintenance: 30%. Quality: 61%. Popularity: 10%.
add time ago feature to your projects
Maintenance: 33%. Quality: 61%. Popularity: 0%.
This is a simple module that calculates the time elapsed and has a good partten of displaying the time like "Just Now", "1 Second ago", "2 minutes ago", "2 hours ago" and so on.
Maintenance: 33%. Quality: 61%. Popularity: 0%.
Localized relative date/time formatting (both for past and future dates).
Maintenance: 33%. Quality: 60%. Popularity: 1%.
Format the relative time between the current date and a given date in a human readable format. The output is rounded to the nearest time unit, i.e. 1 year ago, 5 minutes ago, in 3 days, in 6 seconds
Maintenance: 33%. Quality: 62%. Popularity: 1%.
Simple time ago for Unix timestamps and JavaScript Date objects.
Maintenance: 25%. Quality: 54%. Popularity: 4%.
ShowTimeAgo is a utility that provides a human-readable format of how long ago a date was with zero configuration.
Maintenance: 33%. Quality: 61%. Popularity: 0%.
Maintenance: 33%. Quality: 51%. Popularity: 0%.
``` let ago = require('ytimeago') v = ago(Date.now() - 1000) // 1s v = ago(Date.now() - 1000, '') // just now v = ago(Date.now() - 60 * 1000) // 1m // 1 minute ago v = ago(Date.now() - 60 * 60 * 1000) // 1h // 1 hour ago v = ago(Date.now() - 24 * 60 * 60
Maintenance: 33%. Quality: 51%. Popularity: 2%.
It calculates the time just like Facebook whenever a new post or anything is uploaded and this function is used to calculate the time distance from the current time.
- uploaded-time-ago
- time-ago
- timeago
- timestamp
- time
- time-formatting
- date-difference
- time-difference
- relative-time
- relative-date
- time-elapsed
- date-elapsed
- date-utils
- time-utils
- View more
Maintenance: 33%. Quality: 51%. Popularity: 0%.
Maintenance: 28%. Quality: 51%. Popularity: 0%.
Human readable relative times (eg. 4 minutes ago)
Maintenance: None. Quality: 61%. Popularity: 9%.
Localized relative date/time formatting in React
Maintenance: 14%. Quality: 62%. Popularity: 1%.
Minimal immutable date class that supports relative time, calendar time, and plus/minus of different units.
Maintenance: 33%. Quality: 53%. Popularity: 1%.
timelapsed is a NodeJs module that makes it easy to support fuzzy timestamps (e.g. "2min, 2 hrs ago, 4 minutes ago" or "yesterday")
Maintenance: 33%. Quality: 51%. Popularity: 0%.
A simple & lightweight js library that make it easy to convert timestamps into human-readable time ago statements (eg. '2 hours ago' or 'in 3 days.')
Maintenance: 33%. Quality: 51%. Popularity: 0%.
A vue component used to format date with time ago statement.
Maintenance: 6%. Quality: 64%. Popularity: 5%.
Simple function that recieves a Date object that is in the future or is in the past and gives back the relative time using Intl.RelativeTimeFormat('en', { numeric: 'auto' })
Maintenance: 26%. Quality: 52%. Popularity: 0%.
A simple Time-Ago component for ReactJs
Maintenance: 4%. Quality: 54%. Popularity: 11%.