Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Re: How to calculate your age by just giving your birthday??
Message
From
12/08/2000 00:03:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: How to calculate your age by just giving your birthday??
Miscellaneous
Thread ID:
00404282
Message ID:
00404282
Views:
45
Hi Richmond:

Try this:

AGE = INT((Datetime()- DATETIME(1952,8,27))/31536000)

Check DATETIME() in HELP can do a lot with it.

HTH

Mal
Next
Reply
Map
View

Click here to load this message in the networking platform