Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Figuring Dates
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00472633
Message ID:
00473041
Vues:
31
>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform