Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Figuring Dates
Message
 
To
05/02/2001 14:56:28
Rebecca Stottlemire
Kansas State Department of Commerce
Topeka, Kansas, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00472633
Message ID:
00472637
Views:
26
>Is there a quick and easy way to calculate whether a date
>is 90 days ago? I just need to check a transaction and make
>sure it's within the last 90 days.
>
>Thanks.

Or better yet
IF lddate + 90 >= DATE()
  * Do some stuff
ENDIF
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform