You will notice that the 'm' for month has been replaced with a 'y'
Regards and thanks...
Yes, from looking at your data I see that the GenoPro Report Generator always displays what should be 1m in an Age field as 1y. The problem is within GenoPro and not in the Jscript used to produce the .ged file.
Dan will need to look into this.
In the interim you could search & replace 'y 1y ' with 'y 1m '.
<FmtMonth>{}y</FmtMonth> should of course be <FmtMonth>{}m</FmtMonth>
<FmtMonth>{}y</FmtMonth>
<FmtMonth>{}m</FmtMonth>
Dan has put this right in 2.0.0.5. Thanks.