Search results

133 packages found

Localized relative date/time formatting

published 2.5.11 19 days ago
M
Q
P

Localized relative date/time formatting in React

published 7.3.3 4 months ago
M
Q
P

add time ago feature to your projects

published 2.5.4 a month ago
M
Q
P

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.

published 2.1.0 2 months ago
M
Q
P

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

published 2.0.5 2 months ago
M
Q
P

ShowTimeAgo is a utility that provides a human-readable format of how long ago a date was with zero configuration.

published 4.0.11 2 months ago
M
Q
P

Simple time ago for Unix timestamps and JavaScript Date objects.

published 2.1.1 8 months ago
M
Q
P

``` 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

published 1.0.0 2 months ago
M
Q
P

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.

published 1.0.0 2 months ago
M
Q
P

react-datetime-ago

published 1.0.5 8 months ago
M
Q
P

🪄 Tiniest Timeago Toolbox. Supports {ago|in}. Batteries Included.

published 1.6.0 a year ago
M
Q
P

vue-timeago3 is a tiny component for Vue.js 3, to show the time passed since a specific date. You simply pass a date and get somewhat like 10 seconds ago, 3 weeks ago, ... printed by the component

published 2.3.2 a year ago
M
Q
P

Minimal immutable date class that supports relative time, calendar time, and plus/minus of different units.

published 4.7.0 9 months ago
M
Q
P

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' })

published 1.1.2 9 months ago
M
Q
P

Localized relative date/time formatting in React

published 7.2.5 a year ago
M
Q
P

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.')

published 1.0.1 10 months ago
M
Q
P

A lightweight javascript package that returns how long ago the time passed in was

published 1.0.1 a year ago
M
Q
P

Human readable relative times (eg. 4 minutes ago)

published 2.2.0 4 years ago
M
Q
P

A vue component used to format date with time ago statement.

published 2.0.9 2 years ago
M
Q
P

A simple Time-Ago component for ReactJs

published 7.2.0 a year ago
M
Q
P