Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Age calc is wrong

Featured Replies

I find the age of a person by using the formula

(Get ( CurrentDate )-Birthdate) / 365

The result is a number. The Birthdate is a date.

If I use a birthdate of 2/5/1925, I get the answer 80.019 (+more decimals)

It is not February yet, so the age should not be over 80 yet. This is a strange rounding error or is the basic calculation wrong?

This is with FM PRO 7

The basic calculation is wrong. On average, there are 365.2425 days in a Gregorian year. So either use

(Get ( CurrentDate )-Birthdate) / 365.2425

or see here for a more traditional age calculation.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.