Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Age calculations
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00179005
Message ID:
00179049
Vues:
22
>greetings to all
>
>i need the code for calculating the age as follows:
>i habe a field where we input the date.
>i need to calculate the age on another field based on the current date
>
>any ideas?
>
>regards

Hi Mike,

...and one more for you:
lnyears = YEAR(DATE()) - YEAR(ldDateofBirth)
IF GOMONTH(ldDateofBirth, lnyears * 12) > DATE()
  lnyears = lnyears - 1
ENDIF
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform