get-complete-age

1.0.4 • Public • Published

Get complete Age (date, month, year)

This package provides you with hassle free calculation of your current dob. The idea came when I coundn't find any package which gave me complete details of my dob.

Usage

 npm get-complete-age
 import {getAge} from "get-complete-age"
 getAge(yourDob)

Response

Response would be an object

{
    "years"  :"years passed in int",
    "months" :"months passed in int",
    "days"   :"days passed in int",
}

Upcoming Features!

  • Give time details also.
  • play with dates

Package Sidebar

Install

npm i get-complete-age

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

2.33 kB

Total Files

3

Last publish

Collaborators

  • deepanshugarg195