node-age
v1.0.0
Published
A small library that will return the age of a given date.
Downloads
1
Maintainers
Readme
Anagram
A small library that will return the age of a given date.
Installation
npm install node-age
Usage
var age = require('node-age');
var userAge = age.calculateAge('1993-09-20');
Output should be: 23
Tests
WIP
Contributing
WIP