Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Age Calculation
Message
From
11/04/2000 20:19:11
 
 
To
11/04/2000 10:46:10
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00358037
Message ID:
00358445
Views:
13
lparameters tdDOB, tdDate
IF parameters() = 1
tdDate = date()
ENDIF

return (year(tdDate) - year(tdDOB) - ;
iif( str(month(tdDate),2) + str(day(tdDate),2) < ;
str(month(tdDOB),2) + str(day(tdDOB),2), 1, 0) )
Previous
Reply
Map
View

Click here to load this message in the networking platform