Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calculate Leap Year
Message
 
À
13/01/2000 12:55:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00317731
Message ID:
00317753
Vues:
12
You could stick the logic used in my reply into one line...I never thought about it too much...I use the ROLLOVER clause..


Take care,

Joe


>Thanks. Surely I am not the only one to come up with a one-line check, though.
>
>>I wasn't aware of the INLIST function...
>>
>>This is a cool implementation of it...
>>
>>Joe
>>
>>>dDate = a Date variable
>>>MOD(YEAR(dDate),4)=0 AND !(INLIST(MOD(YEAR(dDate),400),300,200,100))
>>>
>>>
>>>>I need a function to calculate leap years. Any suggestions? Thanks,
>>>>
>>>>Raef
Joseph C. Kempel
Systems Analyst/Programmer
JNC
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform