Last active
November 19, 2019 07:08
-
-
Save iksecreeet/fedf9c77c87cd71940d8a7215a5e1581 to your computer and use it in GitHub Desktop.
Пример JSON ( продолжительность жизни на основе даты и пола). При исходных данных(пол: жен, дата рождения 22 апреля 1977)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"currentAge": 36.80011267063039, | |
"yearsLeft": 43.607894089607434, | |
"monthsLeft": 523.2947290752892, | |
"daysLeft": 15927.783316229115, | |
"hoursLeft": 382266.7995894988, | |
"minutesLeft": 22936007.975369927, | |
"secondsLeft": 1376160478.5221956, | |
"dateString": "43 years 7 months 8 days 23 hours 17 minutes 42 seconds", | |
"date": { | |
"years": 43, | |
"months": 7, | |
"days": 8, | |
"hours": 23, | |
"minutes": 17, | |
"seconds": 42 | |
}, | |
"lifeComplete": 0.4576672666487268 | |
}, | |
"success": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment