Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How many weeks in a month
Message
De
06/11/2007 15:43:58
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01266837
Message ID:
01267115
Vues:
14
Based on the procedure you sent me before:

lnMonth = 10
lnYear = 2007
ldFirstOfMonth = DATE(lnYear, lnMonth, 1)
lnWeeksPerMonth = MOD(WEEK(GOMONTH(ldFirstOfMonth,1),0,2)+52 - WEEK(ldFirstOfMonth,0,2), 52)
? lnWeeksPerMonth


Carlos Burgos
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform