age-by-birthdate

1.0.1 • Public • Published

Build Status

Overview

A simple NPM package for getting the age by selected birthdate.

Installation

npm i age-by-birthdate --save

Setup & Basic Usage

const getAge = require('age-by-birthdate')

console.log(getAge('8/17/1981'))

// 38

Formats

Available formats Sample
ISO Date Format getAge('1981-08-17')
Short Date Format getAge('08/17/1981')
Long Date Format getAge('Aug 17 1981')
Full Date Format getAge('August 17, 1981')

Contribute

Feel free to clone or fork this project: https://github.com/deanilvincent/age-by-birthdate.git

Contributions & pull requests are welcome!

I'll be glad if you give this project a ★ on Github :))

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

/age-by-birthdate/

    Package Sidebar

    Install

    npm i age-by-birthdate

    Weekly Downloads

    18

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    4.89 kB

    Total Files

    6

    Last publish

    Collaborators

    • dvincent333