Flowdock
start() public

Returns the Julian day number denoting the day of calendar reform.

For example:

Date.new(2001,2,3).start                  #=> 2299161.0
Date.new(2001,2,3,Date::GREGORIAN).start  #=> -Infinity
Show source
Register or log in to add new notes.