PeWu / topola-viewer

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

Inconsistent date format #115

Closed KentGrigo closed 1 year ago

KentGrigo commented 1 year ago

The format for dates are inconsistent when there is no year. I've added a screenshot that shows the problem. The text reads: 8 Sep 1989 and 30 AUG. I expected 30 Aug.

To reproduce, make two related persons, A and B. Give A the birth date 1989-09-08. Give B the birth date 0-08-30.

inconsistent-date

PeWu commented 1 year ago

Thanks for the report. What application are you using to enter the dates?

KentGrigo commented 1 year ago

I'm using Gramps.

KentGrigo commented 1 year ago

I've added a small test to show the issue. Just make a new family tree and import the attached .gramps file (GitHub didn't accept that file ending so I added .txt, just remove it).

topola-viewer-115.gramps.txt

Also, here is a screenshot of the test. topola-viewer-115

PeWu commented 1 year ago

Thanks @KentGrigo for the example file. It helped find the issue.

KentGrigo commented 1 year ago

Thank you @PeWu for taking the time to look into it!