Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Figuring Dates
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00472633
Message ID:
00473041
Views:
32
>>>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
>
>If ldDate is tommorrow, it meets the requirement...
How about combining this with BETWEEN()
Dr. Ken A. McGinnis
Healthcare software design
Previous
Reply
Map
View

Click here to load this message in the networking platform