# File lib/dbi/utils/date.rb, line 29
        def to_s
            sprintf("%04d-%02d-%02d", @year, @month, @day)
        end