Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any function for check if its a leap year ?
Message
From
22/02/2003 13:51:34
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00756383
Message ID:
00756605
Views:
9
>>>>hello all
>>>>
>>>>is there any function for check if current year its a leap year ?
>>>>
>>>>txs
>>>
>>>Here's one-liner that uses VFP date arithmetic.
FUNCTION IsLeapYear(tnYear)
>>>RETURN ( (DATE(tnYear,03,01) - DATE(tnYear, 02, 01)) = 29 )
>>
>>How about:
>>
>>
>>RETURN !empty(date(tnYear, 3, 29))
>>
>
>Tere's 31 days in March so your code will always return .T.

Sorry, I meant February of course.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform