Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date Calculation
Message
 
 
À
03/01/2007 12:57:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01181507
Message ID:
01181879
Vues:
12
>Hi Terry,
>
>Thanks for your code. Your code and the others gave me the same result.
>
>Here is the function that I am using that is giving different result as everyone else. Please help.
>
>
>PARAMETERS d1,d2
>
>if (type("d1")="D" and type("d2")="D")	&& both variables present?
>  wd=0	&& variable to hold total number of weekdays
>  for D=0 to d2-d1
>    if between(DOW(d1+D),2,6)	&& 2=Mon 6=Fri
>      wd=wd+1
>    endif
>  endfor
>  return wd
>else
>  return 0
>endif
>
>
>Thanks,
>Sam

I got the same results with your function and WeekDays function by Walter.

=MESSAGEBOX(WeekDays(DATE(2007,1,12),DATE(2007,11,15)))
=MESSAGEBOX(sss(DATE(2007,1,12),DATE(2007,11,15)))

What is your test case?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform