Skip to content

Evaluates how old from birthday to any date. Not just previous days. LOL.

Notifications You must be signed in to change notification settings

narendrayogi/how-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how-old gives how old from birthdate to any date. Not just previous dates from birthdate.

Examples

Example 1 - One day before birthday

new Date(2019, 1, 2), new Date(2020, 1, 1);
{ years: 0, months: 11, days: 30 }

Example 2 - On birthday

new Date(2019, 1, 2), new Date(2020, 1, 1);
{ years: 0, months: 11, days: 30 }

Example 3 - One day after birthday

new Date(2019, 1, 2), new Date(2020, 1, 1);
{ years: 0, months: 11, days: 30 }

About

Evaluates how old from birthday to any date. Not just previous days. LOL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published