get-complete-age
v1.0.4
Published
This package lets you give exact info of your dob.
Maintainers
Readme
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
