Code that determines Leap Years
Code that determines Leap Years
Rate Code that determines Leap Years
(1(1 Vote))
LeapYear = (YYYY Mod 4 = 0) And ((YYYY Mod 100 <> 0) Or (YYYY Mod 400 <> 0))
End Function
Code that determines Leap Years Comments
No comments yet — be the first to post one!
Post a Comment