fire-eggs / YAGP

"Yet Another GEDCOM Parser" - newer/faster/complete GEDCOM parser in C#
Apache License 2.0
9 stars 3 forks source link

Need GedDate to string #25

Open fire-eggs opened 7 years ago

fire-eggs commented 7 years ago

GEDDate stores a Julian Date Number, but there is no means to turn that into a string.

Do NOT use DateTime, as the JDN may be B.C.E.

fire-eggs commented 7 years ago

In progress for Family Group record, needs to work for varying formats and calendars.

Also need to have optional calendar indication (Gregorian/Julian/ ?) and era (BCE/CE/etc).