FamilySearch/gedcomx-php

Provide constructor for Gedcomx\Util\FormalDate that accepts a string

Opened this issue · 0 comments

Would be great to be able to do this:

$formalDate = new Gedcomx\Util\FormalDate("+1968-02-28");

Today there is no constructor. You have to use parse method.