Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compute how many years,months,days
Message
De
29/10/2004 07:36:45
 
 
À
29/10/2004 05:05:37
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:
00955727
Vues:
24
hi,
ok thanks for advice,

i need another things ,how i can put year,month and date at my thisform.text3.value as under
SET DATE TO british
 a = (thisform.text1.value)
 b = (thisform.text2.value)

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

&&&thisform.text3.Value=numyear+nummonth+numday &&&
thanks
best regards.
m.qasem
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform