Page 1 of 1

Timespan function months unespected result

Posted: 17 Jun 2013 21:36
by michele
Individual
Born: 1 Jan 2013
Died: 1 Feb 2013

in Diagram Text Scheme the function
 =Timespan(%INDI.BIRT.DATE%,%INDI.DEAT.DATE%,DAYS)
writes 31 as expected.

Instead
 =Timespan(%INDI.BIRT.DATE%,%INDI.DEAT.DATE%,MONTHS)
doesn't write 1, but 0 (zero)!

How can I make the Timespan function write correct months amount?
[small]I'm using FH version 4.1.3[/small]

ID:6987

Timespan function months unespected result

Posted: 17 Jun 2013 22:38
by tatewise
That and many other related miscalculations are fixed in FH V5.0.9

I am not aware of any way of fixing V4.1.3

Timespan function months unespected result

Posted: 19 Jun 2013 18:47
by michele
Thank you Mike.