Flowdock
julian_leap?(p1) public

Returns true if the given year is a leap year of the proleptic Julian calendar.

For example:

Date.julian_leap?(1900)           #=> true
Date.julian_leap?(1901)           #=> false
Show source
Register or log in to add new notes.