Domino Code Fragment

Code Name*
Check to see if it is a Leap Year
Date*
04/29/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.3.17.203.68
Description*
Checks current year to determine if it is a leap year.
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:

@If(@Modulo(@Year(Date); 4) = 0 | @Modulo(@Year(Date); 100) = 0)
& @Modulo(@Year(Date); 400) != 0; @True; @False)