hl-ago
A tool for calculating how long ago a date was.
A tool for calculating how long ago a date was.
numeric time ago like rails (2..days.ago() )
ArcGIS Online provider for Koop (public services only).
converts UNIX-Timestamps to strings like '5 days ago' in eight languages
🕗 agoformat.js is a js library used to convert datetime strings and date objects into a human-readable time in multiple langauges (e.g "4 minutes ago", "منذ 5 دقائق)"
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
一个简单的时间转换工具
Localized relative date/time formatting (both for past and future dates).
highly customizable real time to last seen like facebook,twitter,whatsap...
Human-friendly description of how long ago was a given date using Intl
ts-ago is a simple library used to format datetime with `*** time ago` statement. eg: '3 hours ago'
``` 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
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' })
Localized relative date/time formatting in React
Display time in human format Falak framework
Node.js module to change dates into x-secs/mins/hours/days/week/years ago string
This is a library that allows you to easily see how much time has passed based on the current date.
Display time in a human-readable format.
Very flexible relative time formatting function. You can quickly get the formatted time like 2 minutes ago, 3 weeks ago, in 5 years.
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