Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compute how many years,months,days
Message
De
28/10/2004 06:37:31
 
 
À
28/10/2004 06:16:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 5
Divers
Thread ID:
00955191
Message ID:
00955198
Vues:
25
hi,
thank you for reply,
i'll try as under
i get result 0 0 0
 a = CTOD("29/03/1963")
 b = CTOD("25/09/2004")


NumYear = Year(b)-Year(a)
NumMonth = Month(b)-Month(a)
NumDay = Day(b) - Day(a)

If NumDay < 0
NumMonth = NumMonth - 1
Numday = (Gomonth(a,1)-Day(Gomonth(a,1)) - a )+ Day(b) 
EndIf 
If NumMonth < 0
NmYear = NumYear - 1
NumMonthi = Abs(NumMonth)
EndIf 

? NumYear, NumMonth, NumDay
best regards.
m.qasem
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform