KyleAMathews / react-smart-time-ago

Show relative "time ago" dates for anything in last two weeks and absolute dates from then on back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-smart-time-ago

Show relative "time ago" dates for anything in last two weeks and absolute dates from then on back

Two days ago => two days ago

Older than two weeks => Jul 4 2014

Install

npm install react-smart-time-ago

Usage

var SmartTimeAgo = require('react-smart-time-ago');

var time = new Date();

<SmartTimeAgo value={time} />

About

Show relative "time ago" dates for anything in last two weeks and absolute dates from then on back

License:MIT License


Languages

Language:JavaScript 99.9%Language:CoffeeScript 0.1%Language:Makefile 0.1%