# File lib/data_objects/quoting.rb, line 82
    def quote_date(value)
      "'#{value.strftime("%Y-%m-%d")}'"
    end