Mar
26
Calculating Ages
Filed Under Bento Tips | 18 Comments
It is fairly simple to add a field to a Library which will show you someone’s age. You need to add a Calculation field to your Library and set the formula to be:
Addendum
If you are using Bento 3 or 4 (and presumably other future versions) you can use an undocumented math function to simplify the calculation. If you edit the formula to read ‘Floor( ([Today] – [Birthday]) / (60 * 60 * 24 * 365.25) )’ then Bento will round the age down. Essentially you can remove the ‘- 0.5′ element. Note that there must not be a space between the word Floor and the opening bracket.
