Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Counting Days
Message
From
16/10/2000 15:40:56
 
 
To
16/10/2000 15:32:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00429936
Message ID:
00429981
Views:
33
>>IF !INLIST(CDOW(ldStart+ji),"Saturday","Sunday")
>
>Just for simplicites sake and maybe different languages of VFP, if DOW(ldStart + ji) > 2

Better yet,

IF DOW(ldStart+ji,2) < 6 to make sure it's using Monday as first day of the week.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform