Open jimmyz opened 9 years ago
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.
parse
Would be great to be able to do this:
Today there is no constructor. You have to use
parse
method.