Would be great to be able to do this: ``` php $formalDate = new Gedcomx\Util\FormalDate("+1968-02-28"); ``` Today there is no constructor. You have to use `parse` method.
Would be great to be able to do this:
Today there is no constructor. You have to use
parsemethod.