Flowdock
gregorian?() public

Retunrs true if the date is on or after the day of calendar reform.

For example:

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