# File lib/xsd/datatypes.rb, line 526
  def to_date
    Date.new0(@data.class.jd_to_ajd(@data.jd, 0, 0), 0, @data.start)
  end