1796 1797 1798 1799
# File 'lib/framework/dateOrig.rb', line 1796 def to_date jd = Date.__send__(:civil_to_jd, year(), mon(), mday(), Date::ITALY) Date.new!(Date.__send__(:jd_to_ajd, jd, 0, 0), 0, Date::ITALY) end