PeWu / topola-viewer

Topola Genealogy Viewer – interactive genealogy visualization
https://pewu.github.io/topola-viewer
Apache License 2.0
213 stars 54 forks source link

Fix age calculation, when lifespan contains years divisible by 100 and not by 400 #96

Closed czifumasa closed 2 years ago

czifumasa commented 2 years ago

Rewrite of calcDateDifferenceInYears function, because of invalid result for person with lifespan containing years divisible by 100 and not by 400. So for anyone born in XIX century who died in XX century, age was off by 1 year, unless full dates were used.

I covered this border case in unit tests.