Flowdock
julian?() public

Retruns true if the date is before the day of calendar reform.

For example:

Date.new(1582,10,15).julian?             #=> false
(Date.new(1582,10,15) - 1).julian?       #=> true
Show source
Register or log in to add new notes.