1.1.0 • Published 7 years ago

@firstandthird/relative v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Relative

Relative date library

Installation

npm install @firstandthird/relative

Usage

import relative from '@firstandthird/relative';

relative(toDate, fromDate);
// fromDate is optional, defaults to Date.now()
// returns string

Example return values

  • Just now
  • 5 minutes ago
  • 1 hour ago
  • 2 days ago
  • 1 week ago
  • 1 month ago
  • if longer than 1 month, returns short date 05/27/2013
1.1.0

7 years ago

1.0.0

7 years ago