Get the date as a Julian Day Number.
1051
# File 'lib/date.rb', line 1051 def jd() self.class.ajd_to_jd(@ajd, @of)[0] end