gxnpm1
numeric time ago like rails (2..days.ago() )
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
A byte-sized library for displaying a human-readable relative time.
🕗 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...
Get time ago just putting date in prop
A Package which transform date to a friendly sentence etc.
date time operations
Your terrible time estimator.
Display time in human format Falak framework
depend-fell-ball2
by-design-anyway3
A vue2 component used to format date with time ago statement.
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