Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manipulating dates
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00154553
Message ID:
00154564
Views:
18
You can use the GOMONTH function. For example:
IF GOMONTH(RecordDate,-2)<=DATE()
  * Flag record
ENDIF
>Hi all,
>
>I have to create a function where I need to flag a record where the (RecordDate - 2 months) <= date(). I'm not sure how to do it. Can I just create something like an arithmetic statement to do the job??
>
>TIA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform