Leap Service
The Leap Year F.A.Q.. Would have you believed it's funny ?
Leap year = année bissextile
Anyway, back to work :
The Leap Year F.A.Q.. Would have you believed it's funny ?
Leap year = année bissextile
Anyway, back to work :
IF ( mod(year,4) = 0 ) AND
( mod(year,100) <> 0 OR mod(year,400) = 0 ) THEN
bBissextile = TRUE
ELSE
bBissextile = FALSE
END IF
[ posté à 16:23 |
perma-link
]