Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any function for check if its a leap year ?
Message
From
24/02/2003 13:11:09
Walter Meester
HoogkarspelNetherlands
 
 
To
21/02/2003 15:26:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00756383
Message ID:
00757088
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
Even shorter and faster than the others:
FUNCTION IsLeapYear(nYear)

RETURN !EMPTY(DATE(nYear,2,29))
Walter,

>hello all
>
>is there any function for check if current year its a leap year ?
>
>txs
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform