Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firstandthird/relative

Javascript relative date library
https://github.com/firstandthird/relative

Last synced: 3 days ago
JSON representation

Javascript relative date library

Awesome Lists containing this project

README

        

# Relative

Relative date library

## Installation

`npm install @firstandthird/relative`

## Usage

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